From 700de597a64f543a61345eeebb3987850da49676 Mon Sep 17 00:00:00 2001 From: Jan Losinski Date: Sat, 6 Sep 2014 19:35:36 +0200 Subject: [PATCH] Commit LSB header for init sctipt Signed-off-by: Jan Losinski --- debian/init.d | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/init.d b/debian/init.d index 18bb3b0..52f50c9 100644 --- a/debian/init.d +++ b/debian/init.d @@ -1,4 +1,17 @@ #! /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 # Written by Miquel van Smoorenburg . # Modified for Debian