summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-03-19 18:15:34 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-03-19 18:15:34 +0200
commit2dd92a66373aabf24629550af009482d18a288b6 (patch)
tree0be3ddbd42030951d75792ffbf76e6fd1e76623f /debian
parentaa8fc9d9a9f35237d2870aa081f43621d3bc78ae (diff)
downloadrspamd-2dd92a66373aabf24629550af009482d18a288b6.tar.gz
rspamd-2dd92a66373aabf24629550af009482d18a288b6.zip
Remove upstart job from Debian package (because it's breaking stuff)
Diffstat (limited to 'debian')
-rw-r--r--debian/rspamd.upstart8
1 files changed, 0 insertions, 8 deletions
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 <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