diff --git a/files/etc/systemd/system/firstboot-brew-install.service b/files/etc/systemd/system/firstboot-brew-install.service index 95740ec..27d987d 100644 --- a/files/etc/systemd/system/firstboot-brew-install.service +++ b/files/etc/systemd/system/firstboot-brew-install.service @@ -4,3 +4,6 @@ Description=Install Homebrew for user [Service] Type=oneshot ExecStart=/usr/local/bin/install-homebrew.sh %i + +[Install] +WantedBy=multi-user.target