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