rspamd/debian/rspamd.upstart
Cameron Norman 736bff824e Add Upstart job to debian packaging
This will automatically be shipped by dh_installinit.
2014-07-23 15:33:42 -07:00

9 lines
312 B
Plaintext

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