Skip to content

Instantly share code, notes, and snippets.

@joefiorini
Created November 9, 2013 22:22
Show Gist options
  • Save joefiorini/7390857 to your computer and use it in GitHub Desktop.
Save joefiorini/7390857 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>Label</key>
<string>com.jsbin.jsbin</string>
<key>WorkingDirectory</key>
<string>/var/srv/jsbin</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/node</string>
<string>bin/jsbin</string>
<string>--port</string>
<string>56233</string>
</array>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>StandardOutPath</key>
<string>/var/log/jsbin.log</string>
<key>StandardErrorPath</key>
<string>/var/log/jsbin.error.log</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment