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