diff options
author | Lee Starnes <lee@canned-death.us> | 2020-09-19 00:12:15 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-09-19 00:12:15 +0000 |
commit | cdd03f807a0d8346bc0fe7d1187ee0befe356624 (patch) | |
tree | c93df99f16f224157b252f5337e7e421d07888f4 /user/rspamd/rspamd.confd | |
parent | db49432374e0e3ed11d99c831d1349f3ddc74a33 (diff) | |
download | packages-cdd03f807a0d8346bc0fe7d1187ee0befe356624.tar.gz packages-cdd03f807a0d8346bc0fe7d1187ee0befe356624.tar.bz2 packages-cdd03f807a0d8346bc0fe7d1187ee0befe356624.tar.xz packages-cdd03f807a0d8346bc0fe7d1187ee0befe356624.zip |
user/rspamd: import from Alpine, disable JIT, and use lua5.3
Diffstat (limited to 'user/rspamd/rspamd.confd')
-rw-r--r-- | user/rspamd/rspamd.confd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/rspamd/rspamd.confd b/user/rspamd/rspamd.confd new file mode 100644 index 000000000..620eecb94 --- /dev/null +++ b/user/rspamd/rspamd.confd @@ -0,0 +1,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" |