Modify 8.3.2.
This commit is contained in:
parent
f3981f9d18
commit
a1446eecd7
|
@ -51,6 +51,7 @@ apply () {
|
|||
update-rc.d $SERVICE_NAME defaults > /dev/null 2>&1
|
||||
else
|
||||
systemctl enable $SERVICE_NAME
|
||||
systemctl start $SERVICE_NAME
|
||||
fi
|
||||
else
|
||||
ok "$SERVICE_NAME is enabled"
|
||||
|
|
Loading…
Reference in New Issue