8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:mysql]
|
|
command=/etc/init.d/mysql start
|
|
|
|
[program:apache2]
|
|
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND" |