18 lines
289 B
Plaintext
18 lines
289 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:sshd]
|
|
command=/etc/init.d/sshd start
|
|
|
|
[program:nginx]
|
|
command=/etc/init.d/nginx start
|
|
|
|
[program:postgresql]
|
|
command=/etc/init.d/postgresql start
|
|
|
|
[program:memcached]
|
|
command=/etc/init.d/memcached start
|
|
|
|
[program:crond]
|
|
command=/etc/init.d/crond start
|