summaryrefslogtreecommitdiffstats
path: root/crash-catcher.init
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-03 15:24:04 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-03 15:24:04 +0100
commit820832e32b5ee5f422261575fc332e038ad94e73 (patch)
treef5470fb95dfdaf8236cc4c856442cad70079f99a /crash-catcher.init
parent7d46e5be7517f6050df44378a098c2ce6eb5aaa7 (diff)
downloadabrt-820832e32b5ee5f422261575fc332e038ad94e73.tar.gz
abrt-820832e32b5ee5f422261575fc332e038ad94e73.tar.xz
abrt-820832e32b5ee5f422261575fc332e038ad94e73.zip
More spec file fixes, service is not started by default
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