add required LSB tag

This commit is contained in:
Sispheor 2015-06-20 11:33:13 +02:00
parent 8fec5249a9
commit f5a1092487

View File

@ -1,4 +1,13 @@
#!/bin/bash
### BEGIN INIT INFO
# Provides: ARK manager deamon
# Required-Start: networking
# Required-Stop: networking
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: ARK manager deamon
# Description: Automaticaly start ARK server
#
### END INIT INFO
# Global variables
source /etc/arkdaemon.cfg
@ -42,4 +51,4 @@ case "$1" in
;;
esac
exit 0
exit 0