added user and used right program key.

This commit is contained in:
Stephen McQuay 2013-01-08 13:06:12 -08:00
parent 00a42b5df0
commit fca78aefa0
1 changed files with 4 additions and 4 deletions

View File

@ -4,13 +4,13 @@
<dict> <dict>
<key>Label</key> <key>Label</key>
<string>sj.mcquay.me website</string> <string>sj.mcquay.me website</string>
<key>ProgramArguments</key> <key>Program</key>
<array> <string>/Users/smcquay/bin/sj.mcquay.me</string>
<string>/Users/smcquay/bin/sj.mcquay.me</string>
</array>
<key>KeepAlive</key> <key>KeepAlive</key>
<true/> <true/>
<key>WorkingDirectory</key> <key>WorkingDirectory</key>
<string>/Users/smcquay/src/sj.mcquay.me</string> <string>/Users/smcquay/src/sj.mcquay.me</string>
<key>UserName</key>
<string>smcquay</string>
</dict> </dict>
</plist> </plist>