2 ################################################
 
   3 ### Managed by someone's ansible provisioner ###
 
   4 ################################################
 
   5 # Part of: https://git.somenet.org/root/pub/somesible.git
 
   6 # 2017-2025 by someone <someone@somenet.org>
 
  10 Description=OpenDMARC Milter
 
  11 Documentation=man:opendmarc(8) man:opendmarc.conf(5)
 
  12 After=network.target nss-lookup.target
 
  13 Wants=network-online.target
 
  18 ExecStart=/usr/sbin/opendmarc -f -p local:/run/opendmarc/opendmarc.sock
 
  19 ExecReload=/bin/kill -USR1 $MAINPID
 
  20 Slice=system-postfix.slice
 
  24 WantedBy=multi-user.target