Skip to content

Instantly share code, notes, and snippets.

@memorycraft
Last active August 29, 2015 13:56
[supervisord]
nodaemon=true
[program:sshd]
command=/usr/sbin/sshd -D
autostart=true
autorestart=true
[program:httpd]
command=/usr/sbin/httpd -c "ErrorLog /dev/stdout" -DFOREGROUND
redirect_stderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment