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.
gentoo-overlay/net-dns/pdnsd/files/pdnsd.service

12 lines
269 B

[Unit]
Description=pdnsd private name-server cache daemon
After=syslog.target network.target auditd.service
ConditionPathExists=/etc/pdnsd/pdnsd.conf
[Service]
ExecStart=/usr/sbin/pdnsd -s -t
ExecReload=/usr/sbin/pdnsd-ctl config
[Install]
WantedBy=multi-user.target