[cpp-sp COMMIT] /branches/REL_2/configs/shibd-redhat.in
noreply at shibboleth.net
noreply at shibboleth.net
Fri Mar 2 01:17:18 GMT 2012
Author: scantor
Date: Fri Mar 2 01:17:18 2012
New Revision: 3589
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3589&view=rev
Log:
Adjust run priority and add LSB header
Modified:
branches/REL_2/configs/shibd-redhat.in
Modified: branches/REL_2/configs/shibd-redhat.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/shibd-redhat.in?rev=3589&r1=3588&r2=3589&view=diff
==============================================================================
--- branches/REL_2/configs/shibd-redhat.in (original)
+++ branches/REL_2/configs/shibd-redhat.in Fri Mar 2 01:17:18 2012
@@ -1,15 +1,28 @@
#!/bin/bash
#
-# Startup script for the Shibboleth Service Provider Daemon
+# shibd Shibboleth Service Provider Daemon
#
-# chkconfig: - 98 02
+# chkconfig: - 80 20
# description: Shibboleth 2 Service Provider Daemon
# processname: shibd
# pidfile: @-PKGRUNDIR-@/shibd.pid
# config: @-PKGSYSCONFDIR-@/shibboleth2.xml
+### BEGIN INIT INFO
+# Provides: shibd
+# Required-Start: $local_fs $remote_fs $network
+# Should-Start: $time
+# Should-Stop: $time
+# Required-Stop: $local_fs $remote_fs $network
+# Default-Start: 3 5
+# Default-Stop: 0 1 2 6
+# Short-Description: Shibboleth 2 Service Provider Daemon
+# Description: Starts the separate daemon used by the Shibboleth Apache module to manage state and SAML interactions.
+### END INIT INFO
+
# Source function library.
. /etc/rc.d/init.d/functions
+
shibd="@-PREFIX-@/sbin/shibd"
SHIBD_USER=root
prog=shibd
More information about the commits
mailing list