[supervisord] logfile = /tmp/supervisord.log logfile_maxbytes = 50MB logfile_backups=10 logLevel = debug pidfile = /tmp/supervisord.pid nodaemon = true minfds = 1024 minprocs = 200 umask = 022 user = indy identifier = supervisor directory = /tmp nocleanup = true childlogdir = /tmp strip_ansi = false [program:validator] command=/bin/bash -c 'echo start-server && python3 main.py' directory=/home/indy/validator-python