Skip to content

Instantly share code, notes, and snippets.

@memorycraft
Last active August 29, 2015 13:56
Show Gist options
  • Save memorycraft/9175086 to your computer and use it in GitHub Desktop.
Save memorycraft/9175086 to your computer and use it in GitHub Desktop.
[supervisord]
nodaemon=true
[program:sshd]
command=/usr/sbin/sshd -D
autostart=true
autorestart=true
[program:nginx]
command=/usr/sbin/nginx -c /etc/nginx/nginx.conf
redirect_stderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment