duectl-server-daemon
duectl-server-daemon [OPTIONS] COMMAND [ARGS]...
start
Start a background process of command duectl-server start.
All arguments after -- will be passed to duectl-server start.
- Example:
duectl-server-daemon start -- --config /path/to/config
duectl-server-daemon start [OPTIONS]
Options
- --workdir <workdir>
Log file and pid file will be stored in working directory, default: /tmp/duetector
- --loglevel <loglevel>
Log level, default: INFO
- --rotate_log <rotate_log>
Rotate log file when process started, default: True
status
Show status of process.
Determined by the existence of pid file in workdir.
duectl-server-daemon status [OPTIONS]
Options
- --workdir <workdir>
Log file and pid file will be stored in working directory, default: /tmp/duetector
stop
Stop the process.
Determined by the existence of pid file in workdir.
duectl-server-daemon stop [OPTIONS]
Options
- --workdir <workdir>
Log file and pid file will be stored in working directory, default: /tmp/duetector