Skip to content

Commit b24f6af

Browse files
committed
OSPCIX-683 - Fix unbound.service startup error
Unbound fails to start, error message: ``` unbound[1636]: [1636:0] fatal error: sd_notify failed /run/systemd/notify: No such file or directory. Make sure that unbound has access/permission to use the socket presented by systemd. ``` Adding `chroot: ""` in the server section of unbound.conf fixes the issue. Jira: OSPCIX-683
1 parent 4e847b8 commit b24f6af

File tree

1 file changed

+1
-0
lines changed
  • roles/nat64_appliance/files/elements/nat64-router/static/etc/unbound

1 file changed

+1
-0
lines changed

roles/nat64_appliance/files/elements/nat64-router/static/etc/unbound/unbound.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ include: "/etc/unbound/conf.d/*.conf"
22
server:
33
use-systemd: yes
44
do-daemonize: no
5+
chroot: ""
56
do-not-query-localhost: no
67
module-config: "dns64 validator iterator"
78
interface: ::1

0 commit comments

Comments
 (0)