mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 14:15:56 -06:00
Add condrestart to start script. Thanks to Steve Jones for the patch.
This commit is contained in:
parent
316c44a793
commit
3b7d8c6301
1 changed files with 5 additions and 0 deletions
|
|
@ -59,6 +59,11 @@ case "$1" in
|
|||
'restart')
|
||||
sa_restart
|
||||
;;
|
||||
'condrestart')
|
||||
if [ -e $LOCKFILE ]; then
|
||||
sa_restart
|
||||
fi
|
||||
;;
|
||||
'status')
|
||||
status sendmailanalyzer
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue