mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
use systemctl 'restart' instead of 'start'
This commit is contained in:
parent
82e06a6f15
commit
8093837e93
@ -27,6 +27,6 @@ fi
|
||||
|
||||
sed "s|%BIN%|$(pwd)|g" conf/miabldap-capture.service > /etc/systemd/system/miabldap-capture.service
|
||||
|
||||
systemctl daemon-reload
|
||||
systemctl enable miabldap-capture
|
||||
systemctl start miabldap-capture
|
||||
hide_output systemctl daemon-reload
|
||||
hide_output systemctl enable miabldap-capture
|
||||
restart_service miabldap-capture
|
||||
|
Loading…
Reference in New Issue
Block a user