[launchd] Add colima launchd script
This commit is contained in:
40
launchd/Library/LaunchAgents/homebrew.mxcl.colima.plist
Normal file
40
launchd/Library/LaunchAgents/homebrew.mxcl.colima.plist
Normal file
@ -0,0 +1,40 @@
|
||||
<?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>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
||||
</dict>
|
||||
<key>KeepAlive</key>
|
||||
<dict>
|
||||
<key>SuccessfulExit</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>Label</key>
|
||||
<string>homebrew.mxcl.colima</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/colima/bin/colima</string>
|
||||
<string>start</string>
|
||||
<string>-f</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/opt/homebrew/var/log/colima.log</string>
|
||||
<key>StandardOutPath</key>
|
||||
<string>/opt/homebrew/var/log/colima.log</string>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/Users/colin.powell</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user