6 lines
216 B
Plaintext
Executable File
6 lines
216 B
Plaintext
Executable File
[supervisord]
|
|
nodaemon=true
|
|
[program:sshd]
|
|
command= sh -c "/usr/sbin/sshd -D && kill -s SIGTERM $(cat supervisord.pid)"
|
|
[program:nginx]
|
|
command=sh -c "nginx -g 'daemon off;' && kill -s SIGTERM $(cat supervisord.pid)" |