Relay Station KW1FOX-2 #6

Open
Kenwood wants to merge 28 commits from station2-cad into master
1 changed files with 22 additions and 0 deletions
Showing only changes of commit 716f01a5be - Show all commits

View File

@ -0,0 +1,22 @@
Setting up getty override
=========================
```console
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
```