Skip to content

Instantly share code, notes, and snippets.

@shirshir
Last active December 21, 2015 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shirshir/6240383 to your computer and use it in GitHub Desktop.
Save shirshir/6240383 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>gitlab.puma</string>
<key>ProgramArguments</key>
<array>
<string>/Users/git/.rbenv/shims/bundle</string>
<string>exec</string>
<string>puma</string>
<string>-C</string>
<string>/Users/git/gitlab/config/puma-no-daemon.rb</string>
<string>-e</string>
<string>production</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>UserName</key>
<string>git</string>
<key>EnvironmentVariables</key>
<dict>
<key>RAILS_ENV</key>
<string>production</string>
</dict>
<key>WorkingDirectory</key>
<string>/Users/git/gitlab</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment