1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-30 13:41:24 +01:00
Files
operating-system/buildroot/package/bind/named.service
2018-03-17 23:47:00 +00:00

13 lines
240 B
Desktop File

[Unit]
Description=BIND Domain Name Server
Documentation=man:named(8)
After=network.target
[Service]
ExecStart=/usr/sbin/named -f -u named
ExecReload=/usr/sbin/rndc reload
ExecStop=/usr/sbin/rndc stop
[Install]
WantedBy=multi-user.target