summaryrefslogtreecommitdiffstats
path: root/crash-catcher.init
diff options
context:
space:
mode:
Diffstat (limited to 'crash-catcher.init')
-rw-r--r--crash-catcher.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/crash-catcher.init b/crash-catcher.init
index 192b72b1..56aadac6 100644
--- a/crash-catcher.init
+++ b/crash-catcher.init
@@ -1,14 +1,14 @@
#!/bin/bash
# Starts the crash-catcher daemon
#
-# chkconfig: 2345 82 16
+# chkconfig: - 82 16
# description: Daemon to detect crashing apps
# processname: crash-catcher
### BEGIN INIT INFO
# Provides: crash-catcher
# Required-Start: $syslog $local_fs
# Required-Stop: $syslog $local_fs
-# Default-Stop: 0 1 6
+# Default-Stop: 0 1 2 3 4 5 6
# Short-Description: start and stop crash-carcher daemon
# Description: Listen and dispatch crash events
### END INIT INFO