aports/community/rspamd/rspamd.confd
Jakub Jirutka 51d7f21cb1 community/rspamd: rewrite init script, start as unprivileged user
It's init/rc system's job to daemonize process and drop privileges!
2018-07-25 02:52:12 +02:00

14 lines
443 B
Plaintext

# Configuration for /etc/init.d/rspamd
# User and group to run rspamd workers.
#command_user="rspamd:rspamd"
# Path of the main configuration file.
#cfgfile="/etc/rspamd/rspamd.conf"
# Where to log startup configuration checking:
# - /dev/null - silent if check pass (default)
# - /dev/stdout - always print output on the curent terminal
# - /path/filename - append output to the specified logfile
#startuplog="/var/log/rspamd/startup.log"