-
-
Save jayanthkmr/52adaa90f70be93c937cca62ff58c038 to your computer and use it in GitHub Desktop.
Sample ghost supervisor file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [program:ghost] | |
| command = npm start --production | |
| directory = /var/www/ghost | |
| user = ghost | |
| autostart = true | |
| autorestart = true | |
| stdout_logfile = /var/log/supervisor/ghost.log | |
| stderr_logfile = /var/log/supervisor/ghost_err.log | |
| environment = NODE_ENV="production" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment