Skip to content

Instantly share code, notes, and snippets.

@memorycraft
Last active August 29, 2015 13:56
Show Gist options
  • Save memorycraft/9175064 to your computer and use it in GitHub Desktop.
Save memorycraft/9175064 to your computer and use it in GitHub Desktop.
[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