From f7a127ad1a946856c121cc0337c3cfd1c06b7e6b Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:05:09 +0100 Subject: [PATCH] Update firstboot-brew-install@.service --- files/etc/systemd/system/firstboot-brew-install@.service | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/etc/systemd/system/firstboot-brew-install@.service b/files/etc/systemd/system/firstboot-brew-install@.service index 43a6fab..d2a6f66 100644 --- a/files/etc/systemd/system/firstboot-brew-install@.service +++ b/files/etc/systemd/system/firstboot-brew-install@.service @@ -5,10 +5,9 @@ Wants=network-online.target [Service] Type=oneshot -User=root -ExecStart=/usr/local/sbin/install-homebrew.sh %i +User=%i +ExecStart=/usr/local/bin/install-homebrew.sh RemainAfterExit=yes [Install] WantedBy=multi-user.target -