Skip to content

Commit

Permalink
Update common-service-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaredy899 authored Dec 27, 2024
1 parent dc61abd commit 83fee49
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/tabs/common-service-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ startAndEnableService() {
systemctl)
"$ESCALATION_TOOL" "$INIT_MANAGER" enable --now "$1"
;;
rc-service)
enableService "$1"
startService "$1"
;;
runit)
rc-service|runit)
enableService "$1"
startService "$1"
;;
Expand Down

0 comments on commit 83fee49

Please sign in to comment.