mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-13 11:28:26 +00:00
add required LSB tag
This commit is contained in:
parent
8fec5249a9
commit
f5a1092487
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user