run 110 B

123456
  1. #!/bin/sh
  2. PID=$(pgrep master)
  3. if [ -z "${PID}" ]
  4. then
  5. exec /usr/sbin/postfix start -c /etc/mail/postfix
  6. fi