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
6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
[Unit]
|
|
Before=network-online.target
|
|
|
|
[Install]
|
|
WantedBy=network-online.target
|