Skip to content

Commit a59ced4

Browse files
committed
Move 06-enable-mdns-on-systemd.sh from pkg/driver/vz to pkg/cidata
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
1 parent ab0d64c commit a59ced4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/driver/vz/boot/06-enable-mdns-on-systemd.sh renamed to pkg/cidata/cidata.TEMPLATE.d/boot/06-enable-mdns-on-systemd.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ fi
1212

1313
# It depends on systemd-resolved
1414
command -v systemctl >/dev/null 2>&1 || exit 0
15-
systemctl is-enabled -q systemd-resolved.service || exit 0
1615
command -v resolvectl >/dev/null 2>&1 || exit 0
1716

1817
# Configure systemd-resolved to enable mDNS resolution globally

0 commit comments

Comments
 (0)