From 081b728fd95643dc073d491e4433fa65c237a0d4 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 15 Mar 2026 20:27:38 +0100 Subject: [PATCH] Update firstboot-brew-install service dependencies --- files/etc/systemd/system/firstboot-brew-install@.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/etc/systemd/system/firstboot-brew-install@.service b/files/etc/systemd/system/firstboot-brew-install@.service index 2d82703..43a6fab 100644 --- a/files/etc/systemd/system/firstboot-brew-install@.service +++ b/files/etc/systemd/system/firstboot-brew-install@.service @@ -1,6 +1,7 @@ [Unit] Description=Install Homebrew for user %i -After=network-online.target +After=network-online.target systemd-user-sessions.service +Wants=network-online.target [Service] Type=oneshot @@ -10,3 +11,4 @@ RemainAfterExit=yes [Install] WantedBy=multi-user.target +