We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
systemd-resolved.service
1 parent 4584ef8 commit ab0d64cCopy full SHA for ab0d64c
pkg/driver/vz/boot/06-enable-mdns-on-systemd.sh
@@ -12,6 +12,7 @@ fi
12
13
# It depends on systemd-resolved
14
command -v systemctl >/dev/null 2>&1 || exit 0
15
+systemctl is-enabled -q systemd-resolved.service || exit 0
16
command -v resolvectl >/dev/null 2>&1 || exit 0
17
18
# Configure systemd-resolved to enable mDNS resolution globally
0 commit comments