Files
proxmox-qdevice/supervisord.conf
Mateusz Gruszczyński af5fe5074c first commit
2026-01-15 14:10:13 +01:00

20 lines
310 B
Plaintext

[supervisord]
nodaemon=true
user=root
[program:set_root_password]
command=/usr/local/bin/set_root_password.sh
priority=100
autorestart=false
exitcodes=0
startsecs=0
startretries=0
[program:sshd]
command=/usr/sbin/sshd -D
priority=200
[program:corosync-qnetd]
command=/usr/bin/corosync-qnetd -f
priority=200