gnu-social/docker/mail/rootfs/etc/service/postfix/run
2021-04-14 15:37:23 +00:00

6 lines
106 B
Bash

#!/bin/sh
PID=$(pgrep master)
if [ -z $PID ]
then
exec /usr/sbin/postfix start -c /etc/mail/postfix
fi