Skip to content

Commit 9a9a3c6

Browse files
authored
exclude systemd installation/update to make it needrestart not show up (#281)
1 parent 838a2a9 commit 9a9a3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/templates/lxd_initializer_ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
if ! command -v lxd >/dev/null 2>&1; then
3737
echo "LXD not present, installing via snap";
3838
apt-get update;
39-
apt-get install -y snapd systemd;
39+
apt-get install -y snapd;
4040
systemctl enable --now snapd.socket;
4141
snap install lxd --channel=5.0/stable;
4242
fi

0 commit comments

Comments
 (0)