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:
Jaredy899 2025-01-11 09:25:40 -05:00 committed by GitHub
parent a669ed338f
commit 9c71edf061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
;; ;;