mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 14:15:56 -06:00
Change path to PID file from /tmp to /var/run. Thanks to James xuxd for the report.
This commit is contained in:
parent
c02bf95fa0
commit
3339ccd623
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ After=sendmail.service
|
|||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/tmp/sendmailanalyzer.pid
|
||||
PIDFile=/var/run/sendmailanalyzer.pid
|
||||
ExecStart=/usr/local/sendmailanalyzer/sendmailanalyzer -f
|
||||
ExecStop=/bin/bash -c "/bin/kill -TERM `/usr/bin/cat /var/run/sendmailanalyzer.pid`"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue