From 49f3e3dff5dcc4039032f9ad9a8d57416006e280 Mon Sep 17 00:00:00 2001 From: PinkLolicorn <44551064+PinkLolicorn@users.noreply.github.com> Date: Fri, 12 Apr 2019 03:41:59 +0200 Subject: [PATCH] Start screend after other init.d scripts --- screend.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/screend.sh b/screend.sh index 5c415dd..f63b1e6 100644 --- a/screend.sh +++ b/screend.sh @@ -5,6 +5,7 @@ # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 +# Required-Start: $all # Short-Description: screend init script ### END INIT INFO @@ -137,4 +138,4 @@ case "$1" in echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; -esac \ No newline at end of file +esac