aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.confd
blob: e804b2b642f50eaa9e571d2ac2302565486d9bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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