#Greenbone Security Assistant Daemon
# 
#  --drop-privileges=<user>               Drop privileges to <user>.
#  -f, --foreground                       Run in foreground.
#  --http-only                            Serve HTTP only, without SSL.
#  --listen=<address>                     Listen on <address>.
#  --mlisten=<address>                    Manager address.
#  -p, --port=<number>                    Use port number <number>.
#  -m, --mport=<number>                   Use manager port number <number>.
#  -r, --rport=<number>                   Redirect HTTP from this port number <number>.
#  --no-redirect                          Don't redirect HTTP to HTTPS.
#  -v, --verbose                          Has no effect.  See INSTALL for logging config.
#  -V, --version                          Print version and exit.
#  --vendor-version=<string>              Use <string> as version in interface.
#  -k, --ssl-private-key=<file>           Use <file> as the private key for HTTPS
#  -c, --ssl-certificate=<file>           Use <file> as the certificate for HTTPS
#  --dh-params=<file>                     Diffie-Hellman parameters file
#  --do-chroot                            Do chroot.
#  --secure-cookie                        Use a secure cookie (implied when using HTTPS).
#  --timeout=<number>                     Minutes of user idle time before session expires. Defaults to 15 minutes
#  --client-watch-interval=<number>       Check if client connection was closed every <number> seconds. 0 to disable. Defaults to 1 seconds.
#  --debug-tls=<level>                    Enable TLS debugging at <level>
#  --gnutls-priorities=<string>           GnuTLS priorities string.
#  --http-frame-opts=<frame-opts>         X-Frame-Options HTTP header.  Defaults to "SAMEORIGIN".
#  --http-csp=<csp>                       Content-Security-Policy HTTP header.  Defaults to "default-src 'self' 'unsafe-inline'; img-src 'self' blob:; frame-ancestors 'self'".
#  --http-sts                             Enable HTTP Strict-Tranport-Security header.
#  --http-sts-max-age=<max-age>           max-age in seconds for HTTP Strict-Tranport-Security header.  Defaults to "31536000".
#  --ignore-x-real-ip                     Do not use X-Real-IP to determine the client address.
#  --per-ip-connection-limit=<number>     Sets the maximum number of connections per ip. Use 0 for unlimited.
#  --unix-socket=<file>                   Path to unix socket to listen on
#  --unix-socket-owner=<string>           Owner of the unix socket
#  --unix-socket-group=<string>           Group of the unix socket
#  --unix-socket-mode=<string>            File mode of the unix socket
#  --munix-socket=<file>                  Path to Manager unix socket
#  --http-cors=<cors>                     Set Cross-Origin Resource Sharing (CORS) allow origin http header 

OPTIONS=""
