PKGBUILDs/community/unbound/service

14 lines
258 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]
2018-08-06 13:15:06 +00:00
ExecStart=/usr/bin/unbound
2015-12-06 17:37:32 +00:00
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
[Install]
WantedBy=multi-user.target