From 421c2324bfa2ffc80b4e3b847cf5e6560149d985 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 4 Aug 2014 14:14:46 +0200 Subject: [PATCH] Despite what is mentioned in man 8 chkconfig it seems to be unable to read my LSB header. Reintroduce the chkconfig specific header. --- mpt-status.init | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.39.2