From 1382d0eac22094843c8a61a109ec6aba05aa519d Mon Sep 17 00:00:00 2001 From: John Morris Date: Sun, 9 Sep 2012 15:56:07 -0500 Subject: Tweaks to init script start/stop order and runlevels Change init scripts for both client and server: - Don't run in runlevel 2; autofs and others are disabled there - Start service much later, closer to httpd, after autofs has started - Stop service much sooner, near same services as start (cherry picked from commit c8e464d6cf0a5e099a9e6d41e943447db26ed8b9) Signed-off-by: Sol Jerome --- redhat/scripts/bcfg2-server.init | 2 +- redhat/scripts/bcfg2.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'redhat') diff --git a/redhat/scripts/bcfg2-server.init b/redhat/scripts/bcfg2-server.init index ebeda04bb..8fcaf5f90 100755 --- a/redhat/scripts/bcfg2-server.init +++ b/redhat/scripts/bcfg2-server.init @@ -2,7 +2,7 @@ # # bcfg2-server - bcfg2 configuration daemon # -# chkconfig: 2345 19 81 +# chkconfig: 345 80 20 # description: bcfg2 is a configuration management system that builds \ # and installs configuration files. \ # This is the server that provides the configurations \ diff --git a/redhat/scripts/bcfg2.init b/redhat/scripts/bcfg2.init index 0f867a30f..b4ea37763 100755 --- a/redhat/scripts/bcfg2.init +++ b/redhat/scripts/bcfg2.init @@ -2,7 +2,7 @@ # # bcfg2 - bcfg2 configuration client # -# chkconfig: 2345 19 81 +# chkconfig: 345 80 20 # description: bcfg2 is a configuration management system that builds \ # and installs configuration files served by bcfg2-server. \ # This is a client that installs the server-provided \ -- cgit v1.2.3-1-g7c22