add Dockerfile support
This commit is contained in:
17
script/install/supervisord_conf
Normal file
17
script/install/supervisord_conf
Normal file
@@ -0,0 +1,17 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user