[RADIATOR] linux-radiator.init suggestion
Michael
ringo at vianet.ca
Fri Apr 29 10:23:12 CDT 2011
suggest using these processes for Debian in the linux-radiator.init control
script. currently, i don't see anything.
RELOADPROC="/sbin/start-stop-daemon --stop --signal HUP --pidfile ${RADIUSD_PIDFILE}"
TRACEUPPROC="/sbin/start-stop-daemon --stop --signal USR1 --pidfile ${RADIUSD_PIDFILE}"
TRACEDOWNPROC="/sbin/start-stop-daemon --stop --signal USR2 --pidfile ${RADIUSD_PIDFILE}"
The "start-stop-daemon" requires a --start or --stop, but when the --signal is
specified for the --stop process, it does not send a TERM, so process is not
stopped.
For the status option, i guess something is better than nothing?
CHECKPROC="ps -fp `cat ${RADIUSD_PIDFILE}`"
Michael
More information about the radiator
mailing list