]> git.sven.stormbind.net Git - sven/mpt-status.git/commitdiff
Despite what is mentioned in man 8 chkconfig it seems to be unable
authorSven Hoexter <sven@timegate.de>
Mon, 4 Aug 2014 12:14:46 +0000 (14:14 +0200)
committerSven Hoexter <sven@timegate.de>
Mon, 4 Aug 2014 12:14:46 +0000 (14:14 +0200)
to read my LSB header. Reintroduce the chkconfig specific header.

mpt-status.init

index 7fd67c9435dc14c9e9ae8fbe90bd0b878d73c6d0..9e678c1fa15f55480476726ec9002fe5f3848ced 100644 (file)
@@ -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