Files
lewis-crawler/companion_software
2021-11-27 16:52:55 -05:00
..
2021-11-27 16:52:55 -05:00
2021-08-21 16:39:56 -04:00
2021-11-27 16:25:55 -05:00
2021-08-21 16:39:56 -04:00
2021-11-27 16:25:55 -05:00
2021-11-27 16:25:55 -05:00

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