unbound: on ubuntu 16, sd_notify is not working

not clear, when unbound added support for this.

on ubuntu 16, unbound is 1.5.8.
on ubuntu 20, unbound is 1.9.4
This commit is contained in:
Girish Ramakrishnan
2021-06-04 09:40:37 -07:00
parent 64dcdb5e84
commit 593038907c
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ PIDFile=/run/unbound.pid
ExecStart=/usr/sbin/unbound -d
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
# On ubuntu 16, this doesn't work for some reason
Type=notify
[Install]