ssh.conf 282 B

1234567891011121314
  1. [group:ssh]
  2. programs=sshd
  3. priority=30
  4. [program:sshd]
  5. command = /opt/docker/bin/service.d/ssh.sh
  6. process_name=%(program_name)s
  7. startsecs=0
  8. autostart = false
  9. autorestart = true
  10. stdout_logfile=/dev/stdout
  11. stdout_logfile_maxbytes=0
  12. stderr_logfile=/dev/stderr
  13. stderr_logfile_maxbytes=0