diff options
author | Skibbi <skibbipl@users.noreply.github.com> | 2015-10-07 15:39:49 +0200 |
---|---|---|
committer | Skibbi <skibbipl@users.noreply.github.com> | 2015-10-07 15:39:49 +0200 |
commit | a72e712ad784ac5dd794e7c1b38cd2bd7258cd51 (patch) | |
tree | ca98add8026b61328023f2e3f64c27f4896cc556 /rspamd.service | |
parent | 4e7e96c138779a2db2cdc8e688ec291abfac36df (diff) | |
download | rspamd-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.service | 3 |
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 |