summaryrefslogtreecommitdiffstats
path: root/abrt.init
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-03 13:14:23 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-03 13:14:23 +0200
commitcc15c79a302501c922dc3b354d13b152735c1f37 (patch)
tree88b64434a1dae7ca7619499885c53907617dd1ad /abrt.init
parent336a56dc4564237476a2160263f1f7d71cd058ab (diff)
downloadabrt-cc15c79a302501c922dc3b354d13b152735c1f37.tar.gz
abrt-cc15c79a302501c922dc3b354d13b152735c1f37.tar.xz
abrt-cc15c79a302501c922dc3b354d13b152735c1f37.zip
Made abrt service start by deafult
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 dda9451..47b2f56 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