From: Skibbi Date: Wed, 7 Oct 2015 13:39:49 +0000 (+0200) Subject: Allow enabling rspamd during boot X-Git-Tag: 1.0.5~65^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F395%2Fhead;p=thirdparty%2Frspamd.git Allow enabling rspamd during boot Currently it's not possible to enable rspamd during boot. --- diff --git a/rspamd.service b/rspamd.service index 1cbc4f2326..cc295f67cc 100644 --- a/rspamd.service +++ b/rspamd.service @@ -5,3 +5,6 @@ After=nss-lookup.target [Service] ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f User=_rspamd + +[Install] +WantedBy=multi-user.target