Skip to content

Commit dc651c2

Browse files
authored
Update common-service-script.sh
1 parent f34a00c commit dc651c2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

core/tabs/common-service-script.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ startAndEnableService() {
7878
systemctl)
7979
"$ESCALATION_TOOL" "$INIT_MANAGER" enable --now "$1"
8080
;;
81-
rc-service)
82-
enableService "$1"
83-
startService "$1"
84-
;;
85-
runit)
81+
rc-service|runit)
8682
enableService "$1"
8783
startService "$1"
8884
;;

0 commit comments

Comments
 (0)