From: Sven Hoexter Date: Mon, 4 Aug 2014 12:14:46 +0000 (+0200) Subject: Despite what is mentioned in man 8 chkconfig it seems to be unable X-Git-Tag: 1.2.0-4~8 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fmpt-status.git;a=commitdiff_plain;h=421c2324bfa2ffc80b4e3b847cf5e6560149d985 Despite what is mentioned in man 8 chkconfig it seems to be unable to read my LSB header. Reintroduce the chkconfig specific header. --- diff --git a/mpt-status.init b/mpt-status.init index 7fd67c9..9e678c1 100644 --- a/mpt-status.init +++ b/mpt-status.init @@ -6,14 +6,16 @@ # mpt-statusd - Check mpt-status values in the background. # -# chkconfig: - +# chkconfig: - 60 50 # description: Check mpt-status values in the background \ # using daemonize and the mpt-status utility. ### BEGIN INIT INFO -# Provides: mpt-statusd -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog +# Provides: mpt-statusd +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: - +# Default-Stop: 0 1 6 # Short-Description: Check mpt-status values in the background. ### END INIT INFO