16 lines
313 B
Django/Jinja
16 lines
313 B
Django/Jinja
[Unit]
|
|
Description=Unbound DNS resolver
|
|
Documentation=man:unbound(8)
|
|
After=network.target nebula.service
|
|
Wants=nebula.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/unbound -d -c /etc/unbound/unbound.conf
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|