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.
06-enable-mdns-on-systemd.sh
pkg/driver/vz
pkg/cidata
1 parent ab0d64c commit a59ced4Copy full SHA for a59ced4
pkg/driver/vz/boot/06-enable-mdns-on-systemd.sh renamed to pkg/cidata/cidata.TEMPLATE.d/boot/06-enable-mdns-on-systemd.sh
@@ -12,7 +12,6 @@ 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