Parameterize Homebrew installation service description
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user