Skip to content

Commit

Permalink
Update core/tabs/common-service-script.sh
Browse files Browse the repository at this point in the history
Found it faster than me. Thanks

Co-authored-by: Adam Perkowski <[email protected]>
  • Loading branch information
Jaredy899 and adamperkowski authored Jan 11, 2025
1 parent a669ed3 commit 9c71edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/common-service-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ startAndEnableService() {
systemctl)
"$ESCALATION_TOOL" "$INIT_MANAGER" enable --now "$1"
;;
rc-service|runit)
rc-service | runit)
enableService "$1"
startService "$1"
;;
Expand Down

0 comments on commit 9c71edf

Please sign in to comment.