unbound/unbound.service
Tom "spot" Callaway a5236243e9 convert to systemd
2011-09-14 16:20:56 -04:00

15 lines
316 B
Desktop File

[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