lewis-crawler/companion_software/dashboard
Kenwood 716f01a5be Add readme: 2021-11-27 14:23:02 -05:00
..
README.md Add readme: 2021-11-27 14:23:02 -05:00
dash.py Create all dashboard code 2021-11-27 14:20:22 -05:00
entrypoint.sh Create all dashboard code 2021-11-27 14:20:22 -05:00
requirements.txt Create all dashboard code 2021-11-27 14:20:22 -05:00

README.md

Setting up getty override

systemctl edit getty@tty1.service

add

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

then

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