1
0
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:
downtownallday 2021-04-09 12:04:11 -04:00
parent 82e06a6f15
commit 8093837e93

View File

@ -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