Skip to content

Instantly share code, notes, and snippets.

@mvasilkov
Created June 28, 2013 19:39
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 mvasilkov/5887468 to your computer and use it in GitHub Desktop.
Save mvasilkov/5887468 to your computer and use it in GitHub Desktop.
{
"apache": {
"process": "/usr/sbin/httpd",
"start": "sudo apachectl start",
"stop": "sudo apachectl stop"
},
"mysql": {
"process": "/usr/local/Cellar/mysql/5.6.12/bin/mysqld",
"start": "mysql.server start > /dev/null",
"stop": "mysql.server stop > /dev/null"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment