4.5.3 Modifier Options
These options modify the program behavior:
- --config=file
Read this configuration file instead of the default $sysconfdir/dicod.conf. See Configuration.
- -f
- --foreground
Operate in foreground. See Daemon Mode.
- -L dir
- --load-dir=dir
Adds dir to the beginning of module load path. See load path, for detailed discussion.
- -s
- --single-process
In daemon mode, process connections in the main process, without starting subprocesses for each connection (see Daemon Mode). This means that the daemon is able to serve only one client at a time. The --single-process option is provided for debugging purposes only. Never use it in production environment.
- --stderr
Output the diagnostics to stderr. See –stderr.
- --syslog
After successful startup, output any diagnostic to syslog. This is the default.