Parameterize Homebrew installation service description

This commit is contained in:
humocs-man
2026-03-15 17:57:21 +01:00
committed by GitHub
parent 935efc2e96
commit 46d47b9560
@@ -1,9 +1,12 @@
[Unit] [Unit]
Description=Install Homebrew for user Description=Install Homebrew for user %i
After=network-online.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/local/bin/install-homebrew.sh %i User=root
ExecStart=/usr/local/sbin/install-homebrew.sh %i
RemainAfterExit=yes
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target