diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-03-19 18:15:34 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-03-19 18:15:34 +0200 |
commit | 2dd92a66373aabf24629550af009482d18a288b6 (patch) | |
tree | 0be3ddbd42030951d75792ffbf76e6fd1e76623f /debian | |
parent | aa8fc9d9a9f35237d2870aa081f43621d3bc78ae (diff) | |
download | rspamd-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.upstart | 8 |
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 |