gitea-app/supervisor/sshd.conf
2015-10-13 15:47:41 -07:00

12 lines
202 B
Plaintext

[program:sshd]
directory=/
command=/usr/sbin/sshd -D
user=root
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0