sleep for 5 to allow supervise to run

This commit is contained in:
Jaredy899 2025-01-10 00:33:45 -05:00 committed by GitHub
parent 83fee492b8
commit d44ce3cdb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ enableService() {
runit) runit)
"$ESCALATION_TOOL" mkdir -p "/run/runit/supervise.$1" "$ESCALATION_TOOL" mkdir -p "/run/runit/supervise.$1"
"$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/" "$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/"
sleep 2 sleep 5
;; ;;
esac esac
} }