PKGBUILDs/community/unbound/service

13 lines
215 B
Plaintext
Raw Normal View History

2015-12-06 17:37:32 +00:00
[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