Node:gnatsd options, Next:gnatsd command protocol, Previous:Description of gnatsd, Up:gnatsd
gnatsd
optionsThe daemon supports the following command-line options:
gnatsd [--database database | -d database] [--not-inetd | -n] [--max-access-level level | -m level] [--version | -V] [--help | -h]
-V, --version
-h, --help
-d, --database
gnatsd
. (The selected database may be changed via
the CHDB
command; the name set with this option is simply the
default if no CHDB
command is issued.) If no database is
specified, the database named default is assumed. This option overrides
the database specified in the GNATSDB
environment variable.
-n, --not-inetd
gnatsd
is not being invoked
from inetd. This can be used when testing gnatsd
, or if it is
being run via ssh or some other mechanism.
This has the effect of using the local hostname where gnatsd
is
being invoked for authentication purposes, rather than the remote
address of the connecting client.
--max-access-level, -m