Skip to content

Instantly share code, notes, and snippets.

@flux7-user
Created June 17, 2014 11: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 flux7-user/237c21879ab8e0085758 to your computer and use it in GitHub Desktop.
Save flux7-user/237c21879ab8e0085758 to your computer and use it in GitHub Desktop.
[supervisord]
nodaemon=true
[program:sshd]
command=/usr/sbin/sshd -D
[program:apache2]
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
[program:mysql]
command=mysqld_safe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment