Action | Command with Option |
Register daemon with default init-script name | daemon.sh -f absolute_path_to_rc-script |
Register daemon and specify instance name | daemon.sh -f absolute_path_to_rc-script -n instance_name |
List all registered daemons that have prefix sag | daemon.sh -L |
Unregister daemon | daemon.sh -r -f absolute_path_to_rc-script |
Remove daemon registrations for which rc-script no longer exists (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. |