unbound/unbound.service

15 lines
316 B
SYSTEMD
Raw Normal View History

2011-09-14 20:20:56 +00:00
[Unit]
Description=Unbound recursive Domain Name Server
After=syslog.target network.target
After=unbound-keygen.service
Wants=unbound-keygen.service
[Service]
Type=forking
PIDFile=/var/run/unbound/unbound.pid
EnvironmentFile=-/etc/sysconfig/unbound
ExecStart=/usr/sbin/unbound
[Install]
WantedBy=multi-user.target