16 lines
404 B
Desktop File
16 lines
404 B
Desktop File
[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
|