Adds testing-host w/ a dummy project.

This commit is contained in:
Joao Patricio
2023-03-20 11:04:14 +00:00
parent 5c22dd35cf
commit 315d35ca10
8 changed files with 161 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
[supervisord]
nodaemon=true
user=root
logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisord.pid
[program:sshd]
command=/usr/sbin/sshd -D
user=root
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0