From 73b3497d1475b001b6006cbc2443a3ecff0e48f4 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 5 Feb 2019 15:57:11 +0100 Subject: [PATCH] Testing a fix where software would not start @boot --- Installer-with-debug | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Installer-with-debug b/Installer-with-debug index 3c37948..88f5530 100644 --- a/Installer-with-debug +++ b/Installer-with-debug @@ -147,12 +147,12 @@ EOF sudo apt-get install supervisor -y sudo bash -c 'cat > /etc/supervisor/conf.d/E-Paper.conf' << EOF - [program:E-Paper] - command = sudo /usr/bin/python3.5 /home/pi/E-Paper-Master/Calendar/E-Paper.py - stdout_logfile = /home/pi/E-Paper-Master/E-Paper.log - stdout_logfile_maxbytes = 1MB - stderr_logfile = /home/pi/E-Paper-Master/E-Paper-err.log - stderr_logfile_maxbytes = 1MB +[program:E-Paper] +command = sudo /usr/bin/python3.5 /home/pi/E-Paper-Master/Calendar/E-Paper.py +stdout_logfile = /home/pi/E-Paper-Master/E-Paper.log +stdout_logfile_maxbytes = 1MB +stderr_logfile = /home/pi/E-Paper-Master/E-Paper-err.log +stderr_logfile_maxbytes = 1MB EOF sudo service supervisor start E-Paper