[launchd] Setup proper setup for work computer
This commit is contained in:
26
launchd/Library/LaunchAgents/homebrew.mxcl.snapclient.plist
Normal file
26
launchd/Library/LaunchAgents/homebrew.mxcl.snapclient.plist
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>homebrew.mxcl.nginx</string>
|
||||
<key>LimitLoadToSessionType</key>
|
||||
<array>
|
||||
<string>Aqua</string>
|
||||
<string>Background</string>
|
||||
<string>LoginWindow</string>
|
||||
<string>StandardIO</string>
|
||||
<string>System</string>
|
||||
</array>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/opt/homebrew/opt/bin/snapclient</string>
|
||||
<string>-h</string>
|
||||
<string>snapcast.service</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/opt/homebrew</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user