Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Start screend after other init.d scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dasavick authored Apr 12, 2019
1 parent 04cc4c9 commit 49f3e3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion screend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -137,4 +138,4 @@ case "$1" in
echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2
exit 3
;;
esac
esac

0 comments on commit 49f3e3d

Please sign in to comment.