aboutsummaryrefslogtreecommitdiffstats
path: root/rspamd.service
diff options
context:
space:
mode:
authorSkibbi <skibbipl@users.noreply.github.com>2015-10-07 15:39:49 +0200
committerSkibbi <skibbipl@users.noreply.github.com>2015-10-07 15:39:49 +0200
commita72e712ad784ac5dd794e7c1b38cd2bd7258cd51 (patch)
treeca98add8026b61328023f2e3f64c27f4896cc556 /rspamd.service
parent4e7e96c138779a2db2cdc8e688ec291abfac36df (diff)
downloadrspamd-a72e712ad784ac5dd794e7c1b38cd2bd7258cd51.tar.gz
rspamd-a72e712ad784ac5dd794e7c1b38cd2bd7258cd51.zip
Allow enabling rspamd during boot
Currently it's not possible to enable rspamd during boot.
Diffstat (limited to 'rspamd.service')
-rw-r--r--rspamd.service3
1 files changed, 3 insertions, 0 deletions
diff --git a/rspamd.service b/rspamd.service
index 1cbc4f232..cc295f67c 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