Skip to content

Instantly share code, notes, and snippets.

@Remiii
Created February 28, 2014 16:07
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 Remiii/9273738 to your computer and use it in GitHub Desktop.
Save Remiii/9273738 to your computer and use it in GitHub Desktop.
[supervisord]
nodaemon=true
[program:sshd]
command=/usr/sbin/sshd -D
[program:jekyll]
directory=/home/website/documents/website/myWebsite1
command=jekyll serve
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
autostart=true
autorestart=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment