diff options
author | TBK <tbk@jjtc.dk> | 2017-10-04 12:46:48 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-09 15:50:54 +0000 |
commit | dd017b00960cc4c64788a3092d0b444eb592f341 (patch) | |
tree | 48da30cfb6dece02953f2b5f90c6fcdc29bd1135 /community/rspamd/rspamd.confd | |
parent | 0c2b89fb9b8889b59e0ff8e73182280894967e29 (diff) | |
download | aports-dd017b00960cc4c64788a3092d0b444eb592f341.tar.bz2 aports-dd017b00960cc4c64788a3092d0b444eb592f341.tar.xz |
community/rspamd: move from testing
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 |