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

7 lines
115 B
Bash

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