mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-31 06:35:41 +00:00
Update core/tabs/common-service-script.sh
Found it faster than me. Thanks Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
a669ed338f
commit
9c71edf061
|
@ -78,7 +78,7 @@ startAndEnableService() {
|
||||||
systemctl)
|
systemctl)
|
||||||
"$ESCALATION_TOOL" "$INIT_MANAGER" enable --now "$1"
|
"$ESCALATION_TOOL" "$INIT_MANAGER" enable --now "$1"
|
||||||
;;
|
;;
|
||||||
rc-service|runit)
|
rc-service | runit)
|
||||||
enableService "$1"
|
enableService "$1"
|
||||||
startService "$1"
|
startService "$1"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user