livecd-rootfs/live-build/ubuntu-wsl/hooks/00-enable-systemd.chroot

11 lines
136 B

#!/bin/bash -eu
# vi: ts=4 expandtab
#
# Enable systemd by default on our WSL image
#
cat <<EOF >/etc/wsl.conf
[boot]
systemd=true
EOF