d898011b2e
* Updated entrypoint for docker-ptf container * Add main supervisord.conf file under /etc/supervisor. Run supervisord with option -c
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
[program:sshd]
|
|
command=/usr/sbin/sshd -D
|
|
process_name=sshd
|
|
stdout_logfile=/tmp/sshd.out.log
|
|
stderr_logfile=/tmp/sshd.err.log
|
|
redirect_stderr=false
|
|
autostart=true
|
|
autorestart=true
|
|
startsecs=1
|
|
numprocs=1
|