lewis-crawler/companion_software
Kenwood b75e4b270b Basically a stash... 2021-12-11 23:00:00 -05:00
..
houston Basically a stash... 2021-12-11 23:00:00 -05:00
images Spits out epoch time now, lol 2021-08-21 16:39:56 -04:00
FreeMono.ttf Spits out epoch time now, lol 2021-08-21 16:39:56 -04:00
README.md Shuffle it all up 2021-11-27 16:25:55 -05:00
entrypoint.sh Add magic debug values via cli 2021-11-27 21:32:52 -05:00
requirements.txt Boilerplate RS code 2021-11-27 21:13:20 -05:00

README.md

Setting up getty override

systemctl edit getty@tty1.service

add

[Service]
ExecStart=
ExecStart=-/opt/lewis-crawler/companion_software/dashboard/entrypoint.sh
StandardInput=tty
StandardOutput=tty

then

systemctl daemon-reload; systemctl restart getty@tty1.service