Skip to content

Instantly share code, notes, and snippets.

@webflo
Created November 17, 2016 10:47
Show Gist options
  • Save webflo/f24de5ae1d452c9631cdc281e869f4da to your computer and use it in GitHub Desktop.
Save webflo/f24de5ae1d452c9631cdc281e869f4da 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>Label</key>
<string>homebrew.mxcl.httpd24</string>
<key>ProgramArguments</key>
<array>
<string>/opt/boxen/homebrew/opt/httpd24/bin/httpd</string>
<string>-D</string>
<string>FOREGROUND</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment