Browse Source

[Minor] Support reload in systemd service file

pull/1384/head
Andrew Lewis 9 years ago
parent
commit
1d69b3bd75
  1. 1
      rspamd.service

1
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

Loading…
Cancel
Save