ctf-chal-ji/config/supervisord.conf
2025-09-17 07:35:51 +02:00

11 lines
166 B
Plaintext

[supervisord]
nodaemon=true
[program:sshd]
command=/usr/sbin/sshd -D
autorestart=true
[program:apache2]
command=/usr/sbin/apache2ctl -D FOREGROUND
autorestart=true