From: Andrew Lewis Date: Thu, 19 Mar 2015 16:15:34 +0000 (+0200) Subject: Remove upstart job from Debian package (because it's breaking stuff) X-Git-Tag: 0.9.0~457^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2dd92a66373aabf24629550af009482d18a288b6;p=rspamd.git Remove upstart job from Debian package (because it's breaking stuff) --- diff --git a/debian/rspamd.upstart b/debian/rspamd.upstart deleted file mode 100644 index 1871d6997..000000000 --- a/debian/rspamd.upstart +++ /dev/null @@ -1,8 +0,0 @@ -description "rspamd - rapid spam filtering system" -author "Cameron Norman " - -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