update postfix run script
This commit is contained in:
parent
c44515103c
commit
e9460143cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user