containers/jumphost/supervisord.conf
Stefan Harmuth c019be6dc7
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 7m43s
hosting the jump
2024-06-02 12:24:27 +02:00

9 lines
180 B
Plaintext

[supervisord]
nodaemon=true
childlogdir=/var/log
logfile=/var/log/supervisord.log
[program:sshd]
command=/entry/start_sshd.sh
stdout_logfile=/var/log/sshd.log
redirect_stderr=true