mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-31 06:35:41 +00:00
Update common-service-script.sh
This commit is contained in:
parent
dc61abd3bb
commit
83fee492b8
|
@ -78,11 +78,7 @@ startAndEnableService() {
|
||||||
systemctl)
|
systemctl)
|
||||||
"$ESCALATION_TOOL" "$INIT_MANAGER" enable --now "$1"
|
"$ESCALATION_TOOL" "$INIT_MANAGER" enable --now "$1"
|
||||||
;;
|
;;
|
||||||
rc-service)
|
rc-service|runit)
|
||||||
enableService "$1"
|
|
||||||
startService "$1"
|
|
||||||
;;
|
|
||||||
runit)
|
|
||||||
enableService "$1"
|
enableService "$1"
|
||||||
startService "$1"
|
startService "$1"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user