PKGBUILDs/community/unbound/service

15 lines
286 B
Plaintext
Raw Normal View History

2015-12-06 17:37:32 +00:00
[Unit]
Description=Unbound DNS Resolver
2017-06-28 20:02:19 +00:00
Wants=nss-lookup.target
Before=network-online.target nss-lookup.target
2015-12-06 17:37:32 +00:00
After=network.target
[Service]
PIDFile=/run/unbound.pid
ExecStart=/usr/bin/unbound -d
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
[Install]
WantedBy=multi-user.target