Skip to content

Commit

Permalink
[Fix] Correct rmilter.conf path in Debian service
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelebleu committed May 16, 2017
1 parent 5f44093 commit bfba5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rmilter.service
Expand Up @@ -4,7 +4,7 @@ Documentation=https://rspamd.com/rmilter/

[Service]
User=_rmilter
ExecStart=/usr/sbin/rmilter -n -c /etc/rmilter/rmilter.conf
ExecStart=/usr/sbin/rmilter -n -c /etc/rmilter.conf
ExecReload=/bin/kill -USR1 $MAINPID
Restart=always
RuntimeDirectory=rmilter
Expand Down

0 comments on commit bfba5cc

Please sign in to comment.