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 -