Add condrestart to start script. Thanks to Steve Jones for the patch.

This commit is contained in:
Darold Gilles 2017-06-25 18:23:55 +02:00
parent 316c44a793
commit 3b7d8c6301

View file

@ -59,6 +59,11 @@ case "$1" in
'restart')
sa_restart
;;
'condrestart')
if [ -e $LOCKFILE ]; then
sa_restart
fi
;;
'status')
status sendmailanalyzer
;;