Modify 8.3.2.

This commit is contained in:
Samson-W 2019-05-08 10:46:09 +08:00
parent f3981f9d18
commit a1446eecd7
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ apply () {
update-rc.d $SERVICE_NAME defaults > /dev/null 2>&1 update-rc.d $SERVICE_NAME defaults > /dev/null 2>&1
else else
systemctl enable $SERVICE_NAME systemctl enable $SERVICE_NAME
systemctl start $SERVICE_NAME
fi fi
else else
ok "$SERVICE_NAME is enabled" ok "$SERVICE_NAME is enabled"