gnu-social/docker/mail/rootfs/etc/service/opendkim/run
Pastilhas aaa6585a1e [DOCKER][MAIL] Removed unused config files and scripts
Now user is created on setup and dockerfile
2021-04-14 15:37:23 +00:00

6 lines
120 B
Bash

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