Commit b24f6af
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-6831 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 changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments