From: Andrew Lewis Date: Mon, 30 Jan 2017 10:12:33 +0000 (+0200) Subject: [Minor] Support reload in systemd service file X-Git-Tag: 1.5.0~222^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1384%2Fhead;p=rspamd.git [Minor] Support reload in systemd service file --- diff --git a/rspamd.service b/rspamd.service index 75cc5485c..b5dce69dc 100644 --- a/rspamd.service +++ b/rspamd.service @@ -6,6 +6,7 @@ After=nss-lookup.target LimitNOFILE=1048576 NonBlocking=true ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f +ExecReload=/bin/kill -HUP $MAINPID User=_rspamd RuntimeDirectory=rspamd RuntimeDirectoryMode=0755