lewis-crawler/companion_software/dashboard
Kenwood d74b40b7e2 Use urwid over curses 2021-11-27 14:39:18 -05:00
..
README.md Bump entrypoint 2021-11-27 14:28:58 -05:00
dash.py Use urwid over curses 2021-11-27 14:39:18 -05:00
entrypoint.sh Bump entrypoint 2021-11-27 14:28:58 -05:00
requirements.txt Use urwid over curses 2021-11-27 14:39:18 -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