]> source.dussan.org Git - rspamd.git/commitdiff
Allow enabling rspamd during boot 395/head
authorSkibbi <skibbipl@users.noreply.github.com>
Wed, 7 Oct 2015 13:39:49 +0000 (15:39 +0200)
committerSkibbi <skibbipl@users.noreply.github.com>
Wed, 7 Oct 2015 13:39:49 +0000 (15:39 +0200)
Currently it's not possible to enable rspamd during boot.

rspamd.service

index 1cbc4f23264d2c742da30b5becbf61cf559fb0cb..cc295f67cca5f7ce1abfda9e5c380f7c063f2ae9 100644 (file)
@@ -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