From 14cba1fb7ab6ca0bbbba8051bde9663252a762b3 Mon Sep 17 00:00:00 2001 From: scantor Date: Fri, 2 Mar 2012 01:17:18 +0000 Subject: [PATCH] Adjust run priority and add LSB header git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3589 cb58f699-b61c-0410-a6fe-9272a202ed29 --- configs/shibd-redhat.in | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/configs/shibd-redhat.in b/configs/shibd-redhat.in index 65295f2..ee536cb 100644 --- a/configs/shibd-redhat.in +++ b/configs/shibd-redhat.in @@ -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 -- 2.1.4