Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unbound: Enable systemd support and install systemd units
Install systemd socket and service unit. `--enable-systemd` is needed, as otherwise [the service unit times out][1]. Also, as we do not store the trust anchor in `/etc/unbound`, RUNDIR in Unbound’s terms, add `/var/unbound` to the unit’s read/write path. This does not have an effect yet, as mxtools installs `/etc/systemd/system/unbound.service`. For socket activation `use-systemd: yes` has to be set in the configuration file. [1]: https://github.com/NLnetLabs/unbound/issues/56
- Loading branch information