blob: 1871d6997bf03f4c5b922adc2476ca35959d8b57 (
plain)
1
2
3
4
5
6
7
8
|
description "rspamd - rapid spam filtering system"
author "Cameron Norman <camerontnorman@gmail.com>"
start on filesystem
stop on runlevel [016] or unmounting-filesystem
pre-start exec install -m 700 -o _rspamd -g _rspamd -d /run/rspamd
exec /usr/bin/rspamd -u _rspamd -g _rspamd -f -c /etc/rspamd/rspamd.conf
|