update postfix run script

This commit is contained in:
Sebastian Hugentobler 2016-07-06 12:35:10 +02:00
parent c44515103c
commit e9460143cc

View File

@ -4,14 +4,5 @@ trap "postfix stop" SIGINT
trap "postfix stop" SIGTERM
trap "postfix reload" SIGHUP
# start postfix
postfix start
# lets give postfix some time to start
sleep 3
# wait until postfix is dead (triggered by trap)
while kill -0 "`cat /var/spool/postfix/pid/master.pid`"; do
sleep 5
done
sleep infinity