You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
550 B
21 lines
550 B
7 years ago
|
diff --git a/scripts/rtas_errd b/scripts/rtas_errd
|
||
|
index d5d40fe..dff1445 100755
|
||
|
--- a/scripts/rtas_errd
|
||
|
+++ b/scripts/rtas_errd
|
||
|
@@ -30,11 +30,14 @@
|
||
|
# 8 - 199 reserved
|
||
|
#
|
||
|
|
||
|
+# chkconfig: - 95 5
|
||
|
+# description: Daemon to retrieve platform errors
|
||
|
+
|
||
|
### BEGIN INIT INFO
|
||
|
# Provides: rtas_errd
|
||
|
# Required-Start: $local_fs $syslog $time
|
||
|
# Required-Stop:
|
||
|
-# Default-Start: 2 3 5
|
||
|
+# Default-Start:
|
||
|
# Default-Stop: 0 1 4 6
|
||
|
# Short-Description: Daemon to retrieve platform errors
|
||
|
# Description: Starts rtas_errd daemon to retrieve platform errors
|