blob: 620eecb947f4afa6f9e3c94776ab8af5276cd279 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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"
|