17 lines
404 B
SYSTEMD
17 lines
404 B
SYSTEMD
|
[Unit]
|
||
|
Description=OpenDMARC Milter
|
||
|
Documentation=man:opendmarc(8) man:opendmarc.conf(5)
|
||
|
After=network.target nss-lookup.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/var/run/opendmarc/opendmarc.pid
|
||
|
User=opendmarc
|
||
|
Group=milter
|
||
|
ExecStart=/usr/sbin/opendmarc -P /var/run/opendmarc/opendmarc.pid -lc /etc/opendmarc.conf
|
||
|
Restart=on-failure
|
||
|
ExecReload=/bin/kill -USR1 $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|