All command-line options have both long GNU-style and short POSIX-style formats. No stupid forward slashes for Windows, sorry.
| --install -i |
Install service (daemon). If -c option is specified, it becomes part of service command line. In this case the file name must be absolute. |
| --uninstall -u |
Uninstall service. |
| --start -s |
Start service. Will start the service (if installed) and exit. Assumed by defult, if the service has been installed. |
| --stop -t |
Stop service. |
| --config filename -c filename |
Spicifies configuration file name. |
| --debug -d |
Run in non-service mode. Assumed by default if the service has not been installed. |
| --verbose -v |
More detailed logging. Useful mostly for debugging. |
| --version | Show software version and exit. |
| --help -h |
Short description of command line options. |