The Radiator distribution contains a Unix/Linux SYSV
compatible startup script in
goodies/linux-radiator.init.
To use this script
to start and stop Radiator by hand or automatically at boot time, on Linux
as root. Note that the exact location and command to enable the script may
vary between different systems:
cp goodies/linux-radiator.init /etc/init.d/radiator
chmod 755 /etc/init.d/radiator
chkconfig -add radiator
This startup script responds to the
following commands:
/etc/init.d/radiator startStarts the
Radiator server running in the background as a service. This is the
default command which will be used to start Radiator automatically at
boot time when the startup script is automatically run.
/etc/init.d/radiator stopStop the Radiator
server.
/etc/init.d/radiator restartStop then
restart the Radiator server.
/etc/init.d/radiator reloadForces the
Radiator server to reread its configuration file. It does this by
sending a HUP signal to the server.
/etc/init.d/radiator statusPrints the
current status of the Radiator server process.
/etc/init.d/radiator traceupIncreases the
current Radiator server Trace level by one. It does this by sending a
USR1 signal to the server.
/etc/init.d/radiator tracedownDecreases the
current Radiator server Trace level by one. It does this by sending a
USR2 signal to the server.