diff --git a/core/tabs/common-service-script.sh b/core/tabs/common-service-script.sh index 5409b1fa..52967bca 100644 --- a/core/tabs/common-service-script.sh +++ b/core/tabs/common-service-script.sh @@ -54,7 +54,7 @@ enableService() { runit) "$ESCALATION_TOOL" mkdir -p "/run/runit/supervise.$1" "$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/" - sleep 2 + sleep 5 ;; esac }