You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
445 B
24 lines
445 B
5 years ago
|
[Unit]
|
||
|
Description=OpenDMARC Milter
|
||
|
Documentation=man:opendmarc(8) man:opendmarc.conf(5)
|
||
|
After=network.target nss-lookup.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
UMask=0007
|
||
|
ExecStart=/usr/sbin/opendmarc -c /etc/opendmarc.conf
|
||
|
User=opendmarc
|
||
|
Group=opendmarc
|
||
|
MemoryLimit=50M
|
||
|
PrivateTmp=yes
|
||
|
PrivateDevices=yes
|
||
|
ProtectSystem=full
|
||
|
ProtectHome=yes
|
||
|
NoNewPrivileges=yes
|
||
|
Restart=on-failure
|
||
|
ExecReload=/bin/kill -USR1 $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|