gnu-social/docker/mail/rootfs/etc/service/dovecot/run
Pastilhas 2c3599721e
[DOCKER][MAIL] Removed unused config files and scripts
Now user is created on setup and dockerfile
2021-09-14 13:10:14 +01:00

7 lines
117 B
Bash

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