Skip to content

Commit 2377a8d

Browse files
committed
Config file cleanups.
1 parent 39f78cc commit 2377a8d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docker/supervisord-ssh.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[program:ssh]
2+
command=/usr/sbin/sshd
3+
stdout_logfile=/var/log/supervisor/%(program_name)s.log
4+
stderr_logfile=/var/log/supervisor/%(program_name)s.log
5+
autorestart=true

docker/supervisord-uwsgi.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
command = /usr/local/bin/uwsgi --ini /home/web/user_map/docker/uwsgi.ini
33
user=web
44
stopsignal=INT
5+

0 commit comments

Comments
 (0)