aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.confd
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-01-21 15:10:55 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-01-21 15:06:48 +0000
commitba41dc3379acd5b01c1c7cb9989f892eceec803e (patch)
treef8bb7df1cdd0d56db2237555749992ed2d7f70e2 /testing/rspamd/rspamd.confd
parent7cd2e6e513a54234027793ec1560498e2f35263d (diff)
testing/rspamd: cleaning and refining after initial commit
Diffstat (limited to 'testing/rspamd/rspamd.confd')
-rw-r--r--testing/rspamd/rspamd.confd17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/rspamd/rspamd.confd b/testing/rspamd/rspamd.confd
new file mode 100644
index 00000000000..541ffff82da
--- /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