Rename firstboot-brew-install.service to firstboot-brew-install@.service

This commit is contained in:
humocs-man
2026-03-15 20:00:50 +01:00
committed by GitHub
parent 73cc0b37a5
commit 8956d041a7
@@ -0,0 +1,12 @@
[Unit]
Description=Install Homebrew for user %i
After=network-online.target
[Service]
Type=oneshot
User=root
ExecStart=/usr/local/sbin/install-homebrew.sh %i
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target