diff mbox

[2/6] opensm: Make it possible to enable opensm with chkconfig

Message ID 505076C7.7050106@acm.org (mailing list archive)
State Rejected
Delegated to: Alex Netes
Headers show

Commit Message

Bart Van Assche Sept. 12, 2012, 11:49 a.m. UTC
The command "chkconfig $service on" enables a service in the "Default-Start"
runlevels.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
---
 scripts/opensm.init.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/scripts/opensm.init.in b/scripts/opensm.init.in
index 0c84bd3..9ec08a2 100644
--- a/scripts/opensm.init.in
+++ b/scripts/opensm.init.in
@@ -9,8 +9,8 @@ 
 # Provides: opensm
 # Required-Start: $syslog
 # Required-Stop:
-# Default-Start: none
-# Default-Stop: 0 1 6
+# Default-Start: 2 3 5
+# Default-Stop: 0 1 4 6
 # Description:  Manage OpenSM
 ### END INIT INFO
 #