diff options
Diffstat (limited to 'community/rspamd/rspamd.confd')
-rw-r--r-- | community/rspamd/rspamd.confd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/rspamd/rspamd.confd b/community/rspamd/rspamd.confd new file mode 100644 index 0000000000..e804b2b642 --- /dev/null +++ b/community/rspamd/rspamd.confd @@ -0,0 +1,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 |