Action | Command with Option |
Register a daemon | daemon.sh -f rc-script |
List all registered daemons | daemon.sh -L |
Unregister a daemon | daemon.sh -r -f rc-script |
Remove daemon registrations where the rc-script does not exist anymore (clean up) | daemon.sh -C |
Print information about implementation and other command line options | daemon.sh -h |
Note: | The execution of daemon.sh uses specific run-levels and methods for registering UNIX daemons that have been tested by Software AG. Some systems may offer valid alternative ways for the daemon registration that are not documented here. |