unbound/unbound-initrd.conf
Tomas Korbar 5a222abf4d Add dracut module
Dracut module allows unbound to be used as resolver in initramfs.
It is set before to network-online.target to ensure that other
services which depend on name resolution have general synchronization
point when they can expect unbound to be configured and listening.

Resolves: RHEL-77789
2025-02-05 16:21:31 +01:00

6 lines
78 B
Plaintext

[Unit]
Before=network-online.target
[Install]
WantedBy=network-online.target