pdnsd.service 269 B

123456789101112
  1. [Unit]
  2. Description=pdnsd private name-server cache daemon
  3. After=syslog.target network.target auditd.service
  4. ConditionPathExists=/etc/pdnsd/pdnsd.conf
  5. [Service]
  6. ExecStart=/usr/sbin/pdnsd -s -t
  7. ExecReload=/usr/sbin/pdnsd-ctl config
  8. [Install]
  9. WantedBy=multi-user.target