Files
docker-steam-headless/overlay/etc/supervisor.d/sshd.ini
2022-02-19 18:07:10 +13:00

15 lines
333 B
INI

[program:sshd]
autostart=true
autorestart=true
priority=10
user=root
command=/usr/sbin/sshd -Ddp "%(ENV_PORT_SSH)s"
stopsignal=QUIT
stdout_logfile=/var/log/supervisor/sshd.log
stdout_logfile_maxbytes=10MB
stdout_logfile_backups=7
stderr_logfile=/var/log/supervisor/sshd.err.log
stderr_logfile_maxbytes=10MB
stderr_logfile_backups=7