mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
17 lines
495 B
Plaintext
17 lines
495 B
Plaintext
# User and group to run rspamd workers
|
|
#RSPAMD_USER=rspamd
|
|
#RSPAMD_GROUP=rspamd
|
|
|
|
# Main config dir or file
|
|
#RSPAMD_CONFDIR=/etc/rspamd
|
|
#RSPAMD_CONFIG=/etc/rspamd/rspamd.conf
|
|
|
|
# PID file. Settings from config files are ignored
|
|
#RSPAMD_PIDFILE=/run/$RC_SVCNAME/rspamd.pid
|
|
|
|
# Where to log startup configuration checking
|
|
# - /dev/null - silent (default)
|
|
# - /dev/stdout - show output on curent terminal
|
|
# - /path/filename - append to specified logfile
|
|
#RSPAMD_STARTUPLOG=/var/log/rspamd/startup.log
|