Skip to content

Instantly share code, notes, and snippets.

@dj1020
Last active June 13, 2018 09:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dj1020/c3cd9a99518dc80d0cd828f68c080625 to your computer and use it in GitHub Desktop.
Save dj1020/c3cd9a99518dc80d0cd828f68c080625 to your computer and use it in GitHub Desktop.
Automatically start MAMP without password confirm - Apache
<?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>info.mamp.start.apache</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/MAMP/Library/bin/apachectl</string>
<string>start</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