Commit LSB header for init sctipt

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
This commit is contained in:
Jan Losinski 2014-09-06 19:35:36 +02:00
parent b9b4351c1d
commit 700de597a6
1 changed files with 13 additions and 0 deletions

13
debian/init.d vendored
View File

@ -1,4 +1,17 @@
#! /bin/sh #! /bin/sh
### BEGIN INIT INFO
# Provides: xerxes
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Should-Start: $network $named
# Should-Stop: $network $named
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Xerxes mysql forwars
# Description: Go away
### END INIT INFO
# xerxes init script # xerxes init script
# Written by Miquel van Smoorenburg <miquels@cistron.nl>. # Written by Miquel van Smoorenburg <miquels@cistron.nl>.
# Modified for Debian # Modified for Debian