5.6. Using init Previous topic Parent topic Child topic Next topic

On Unix systems that support it, you can start and restart Radiator automatically with init(1). Add something like this to /etc/inittab:
ra:2345:respawn:/usr/bin/radiusd -config_file \
      /etc/raddb/radius.cfg -foreground
Tip
Make sure that Radiator is running in “foreground” mode, either with -foreground in the command line arguments, or with Foreground in the configuration file.