Skip to content

Instantly share code, notes, and snippets.

@y-krn
Last active June 23, 2016 13:04
Show Gist options
  • Save y-krn/ecb4df89b78b8ff792c44c4df458906d to your computer and use it in GitHub Desktop.
Save y-krn/ecb4df89b78b8ff792c44c4df458906d to your computer and use it in GitHub Desktop.
<?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>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin</string>
</dict>
<key>Label</key>
<string>dev.vccw.vagrant.agent</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/vagrant</string>
<string>up</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/tmp/dev.vccw.vagrant.agent.stderr</string>
<key>StandardOutPath</key>
<string>/tmp/dev.vccw.vagrant.agent.stdout</string>
<key>WorkingDirectory</key>
<string>/Users/ottan/Documents/vccw-2.20.0</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment