upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / opendmarc / trunk / opendmarc.service
blob937b5fc2812703a976b275a1e29234854018445c
1 [Unit]
2 Description=OpenDMARC
3 After=network.target remote-fs.target nss-lookup.target
5 [Service]
6 Type=forking
7 User=opendmarc
8 Group=mail
9 ExecStart=/usr/bin/opendmarc -c /etc/opendmarc/opendmarc.conf
10 Restart=always
12 [Install]
13 WantedBy=multi-user.target