sigul_server(8) - Linux man page
name
sigul_server - A signing serverSynopsis
sigul_server [OPTIONS]
Description
Repeatedly connects to a sigul_bridge to receive and and act upon a request from a client,Options
- -c, --config-file PATH
- Use PATH as the per-user configuration file instead of ~/.sigul/server.conf.
- -d, --daemonize
- Detach from the terminal and run in the background.
- -v, --verbose
- Be more verbose. Using this option twice enables debugging output.
Exit Status
sigul_server returns with exit status 0 when interrupted with SIGINT, non-zero on an unrecoverable error.Files
- /etc/sigul/server.conf
- A system-wide configuration file.
- ~/.sigul/server.conf
- A per-user configuration file. Values defined in this file override the system-wide configuration file.
- /var/run/sigul_server.pid
- A file that contains the process ID of the bridge while it is running.