From 9bece3e51bc060a329cb744bc7f6d3c7be61810d Mon Sep 17 00:00:00 2001 From: Gunstick Date: Tue, 28 Jan 2020 22:58:33 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dac2785..c862cab 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,8 @@ sudo python matrixtest.py ``` ``` -# the current convoluted way to start the script is: -# crontab starts ~/bin/tm.sh with a @reboot entry -# tm.sh starts tmux -# tmux starts ~/bin/lcd.sh as root +# the current way to start the script is: +# /etc/rc.local running directly lcd.sh as root # lcd.sh starts the matrix display in an endless loop +# future: run lcd.sh earlier in boot process instead of at the end ```