From 06752d0d6920f5e80a11746fd480053656b5c3de Mon Sep 17 00:00:00 2001 From: lub Date: Thu, 26 Mar 2020 22:16:56 +0100 Subject: [PATCH] actually enable systemd-networkd --- post-debootstrap-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index ae816ea..5d16390 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -64,6 +64,7 @@ apt-get -y install iproute2 # generate configs for systemd-networkd.service # this is template specific "/hardware-setup/hardware/${1}/network.sh" +systemctl enable systemd-networkd.service ### Docker