mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
Fix wrong ExecStop command. Thanks to fmalfatto for the patch.
This commit is contained in:
parent
5f9a95b458
commit
be3083f516
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ After=sendmail.service
|
|||
Type=forking
|
||||
PIDFile=/tmp/sendmailanalyzer.pid
|
||||
ExecStart=/usr/local/sendmailanalyzer/sendmailanalyzer -f
|
||||
ExecStop=/bin/kill -TERM sendmailanalyzer
|
||||
ExecStop=/bin/bash -c "/bin/kill -TERM `/usr/bin/cat /var/run/sendmailanalyzer.pid`"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue