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 +