gnu-social/docker/mail/rootfs/etc/service/opendkim/run

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