From 664aa6f9536965fefa07592cd01e14ba2abbfd5e Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 15 Mar 2026 18:23:49 +0100 Subject: [PATCH] Remove symbolic link creation for firstboot service --- Containerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index c14a001..7f5f0c2 100644 --- a/Containerfile +++ b/Containerfile @@ -66,9 +66,8 @@ COPY files/. / RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \ chmod +x /usr/local/bin/install-homebrew.sh && \ - mkdir -p /etc/skel/.config/systemd/user/graphical-session.target.wants && \ - ln -s ../firstboot-setup.service \ - /etc/skel/.config/systemd/user/graphical-session.target.wants/firstboot-setup.service + systemctl --global enable firstboot-setup.path && \ + systemctl --global enable firstboot-setup.service