Update common-service-script.sh

This commit is contained in:
Jaredy899 2025-01-10 21:32:51 -05:00 committed by GitHub
parent 92bef5fe8d
commit 5746748f52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,6 @@ enableService() {
"$ESCALATION_TOOL" rc-update add "$1"
;;
runit)
"$ESCALATION_TOOL" mkdir -p "/run/runit/supervise.$1"
"$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/"
sleep 5
;;