mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
215 B
Text
13 lines
215 B
Text
|
[Unit]
|
||
|
Description=Unbound DNS Resolver
|
||
|
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
|