#!/bin/sh
+### BEGIN INIT INFO
+# Provides: glite-px-proxyrenewal
+# Required-Start: $remote_fs $network $syslog
+# Required-Stop: $remote_fs $network $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# chkconfig: 345 75 25
+# Description: Proxyrenewal deamon
+### END INIT INFO
#
# Copyright (c) Members of the EGEE Collaboration. 2004-2010.
# See http://www.eu-egee.org/partners/ for details on the copyright
case x$1 in
xstart) start;;
xstop) stop;;
- xrestart) stop; start;;
+ xrestart|xforce-reload) stop; start;;
xstatus) status;;
x*) echo usage: $0 start,stop,restart,status >&2
exit 1;;
#!/bin/bash
-#
-# slashgrid Startup script for the SlashGrid client-side server
-#
+### BEGIN INIT INFO
+# Provides: slashgrid
+# Required-Start: $remote_fs $network $syslog
+# Required-Stop: $remote_fs $network $syslog
+# Default-Start:
+# Default-Stop:
+# Description: Startup script for the SlashGrid client-side server
+### END INIT INFO
# chkconfig: - 90 10
# description: Filesystem extension for access to HTTP(S) file servers
# processname: slashgrid