Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.34k stars 1.23k forks source link

Cannot reread! #1566

Closed StefCoders closed 1 year ago

StefCoders commented 1 year ago

I made a new file so I could add it to supervisor and manage everything!

But it gives me this ERROR: CANT_REREAD: File contains no section headers. file: '/etc/supervisor/conf.d/idle.conf', line: 1 'command=/home/pi/idle.sh\n'

I need to get my system back up asap.

The error code is 1

This is the contents of the file

command=/home/pi/idle.sh autostart=true autorestart=true stderr_logfile=/var/log/idle.err.log stdout_logfile=/var/log/idle.out.log

StefCoders commented 1 year ago

Fixed!

just put this

and fill the Qs with a random 2 digit number and the Xs with a name

[program:qq-xxxxxxxxx]