Closed StefCoders closed 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'
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
Fixed!
just put this
and fill the Qs with a random 2 digit number and the Xs with a name
[program:qq-xxxxxxxxx]
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