mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-18 21:18:28 +00:00
add required LSB tag
This commit is contained in:
parent
cad85ed426
commit
dee676e9c6
@ -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
|
# Global variables
|
||||||
source /etc/arkdaemon.cfg
|
source /etc/arkdaemon.cfg
|
||||||
@ -42,4 +51,4 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user