Skip to content

Instantly share code, notes, and snippets.

@tonylegrone
Created September 2, 2015 20:13
Show Gist options
  • Save tonylegrone/020d54f178cefd9e3e22 to your computer and use it in GitHub Desktop.
Save tonylegrone/020d54f178cefd9e3e22 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>com.restful-printing</string>
<key>ProgramArguments</key>
<array>
<string>bundle</string>
<string>exec</string>
<string>puma</string>
<string>-C</string>
<string>config/puma.rb</string>
<string>-S</string>
<string>tmp/puma.state</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>WorkingDirectory</key>
<string>/usr/local/etc/restful-printing</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment