diff options
Diffstat (limited to 'testing/rspamd/rspamd.confd')
-rw-r--r-- | testing/rspamd/rspamd.confd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/rspamd/rspamd.confd b/testing/rspamd/rspamd.confd new file mode 100644 index 0000000000..541ffff82d --- /dev/null +++ b/testing/rspamd/rspamd.confd @@ -0,0 +1,17 @@ +# User to run rspamd workers +#user=rspamd + +# Group to run rspamd workers +#group=rspamd + +# Main config file +#cfgfile=/etc/rspamd/rspamd.conf + +# PID file. Settings from config files are ignored +#pidfile=/run/rspamd/rspamd.pid + +# Where to log startup configuration checking +# - /dev/null - silent (default) +# - /dev/tty - show output on curent terminal +# - /path/filename - append to specified logfile +#startuplog=/var/log/rspamd/startup.log |