mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
Fix start script to kill all pids of the GPID to stop sendmailanalyzer processes. Thanks to sirydog81 for the report.
This commit is contained in:
parent
bb2a958d03
commit
45957f1906
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ sa_start() {
|
|||
sa_stop() {
|
||||
echo 'Stopping SendmailAnalyzer Daemon...'
|
||||
pid=$(cat $PIDFILE)
|
||||
kill $pid 1> /dev/null 2> /dev/null
|
||||
kill -- -$pid 1> /dev/null 2> /dev/null
|
||||
}
|
||||
|
||||
# Restart SendmailAnalyzer:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue