PKGBUILDs/community/unbound/service
2017-02-13 13:18:46 +00:00

13 lines
215 B
Plaintext

[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