Skip to content

Instantly share code, notes, and snippets.

@jclulow
Created May 3, 2015 00:54
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 jclulow/c1b7b0e1b56fd1b726bf to your computer and use it in GitHub Desktop.
Save jclulow/c1b7b0e1b56fd1b726bf to your computer and use it in GitHub Desktop.
{
"category": "site",
"ident": "ghost",
"label": "ghost",
"start": "npm start --production",
"working_directory": "/var/www/ghost",
"environment": {
"HOME": "/home/ghost",
"PATH": "/opt/local/bin:/usr/bin:/usr/sbin:/sbin"
},
"user": "ghost",
"group": "ghost"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment