# ################################################ ### Managed by someone's ansible provisioner ### ################################################ # Part of: https://git.somenet.org/root/pub/somesible.git # 2017-2024 by someone # [Unit] Description=OpenDKIM Milter Documentation=man:opendkim(8) man:opendkim.conf(5) man:opendkim-lua(3) man:opendkim-genkey(8) man:opendkim-genzone(8) man:opendkim-testkey(8) http://www.opendkim.org/docs.html After=network.target nss-lookup.target [Service] User=opendkim Group=opendkim UMask=0007 ExecStart=/usr/sbin/opendkim -f -x /etc/opendkim/opendkim.conf ExecReload=/bin/kill -USR1 $MAINPID Restart=on-failure [Install] WantedBy=multi-user.target