From: Vsevolod Stakhov Date: Thu, 10 Mar 2016 11:00:31 +0000 (+0000) Subject: [Minor] Add restart to systemd service X-Git-Tag: 1.2.0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d150c2a52e49fd907cd3aa829250fc4522195973;p=thirdparty%2Frspamd.git [Minor] Add restart to systemd service Issue: #91 Reported by: @damned-trooper --- diff --git a/rspamd.service b/rspamd.service index c6ad4094cf..9588d32b04 100644 --- a/rspamd.service +++ b/rspamd.service @@ -7,6 +7,7 @@ ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f User=_rspamd RuntimeDirectory=rspamd RuntimeDirectoryMode=0755 +Restart=always [Install] WantedBy=multi-user.target