# Configuration for /etc/init.d/acmed

# Path to the main configuration file.
#cfgfile="/etc/acmed/acmed.toml"

# Path to the working directory.
#directory="/var/lib/acmed"

# The log level. Possible values: "error", "warn", "info", "debug", "trace".
#loglevel="warn"

# Whether to log to syslog.
#syslog=yes

# Where to redirect logs if syslog is disabled. Set to empty string to disable.
#logfile="/var/log/acmed.log"

# The user (and group) to run acmed as.
#command_user="acmed:acmed"

# Comment out to use traditional service management.
supervisor=supervise-daemon
