Skip to content

Instantly share code, notes, and snippets.

@walm
Created October 7, 2013 09:52
Show Gist options
  • Save walm/6865324 to your computer and use it in GitHub Desktop.
Save walm/6865324 to your computer and use it in GitHub Desktop.
sshd-supervisord.conf for Docker images
[supervisord]
nodaemon=true
[program:sshd]
command=/usr/sbin/sshd -D
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
autorestart=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment