note about fahrenheit

This commit is contained in:
Maxim Devaev 2022-01-08 21:44:34 +03:00
parent 2cd43a7d35
commit acb8b4715f
1 changed files with 11 additions and 0 deletions

View File

@ -54,6 +54,17 @@ If you have a kit without a metal case, you can use our free 3D printing case dr
# systemctl enable --now kvmd-fan
# ro
```
If you want the temperature to be displayed in Fahrenheit on the OLED, make following:
```
# mkdir -p /etc/systemd/system/kvmd-oled.service.d
```
Create file `/etc/systemd/system/kvmd-oled.service.d/override.conf`:
```ini
[Service]
ExecStart=
ExecStart=/usr/bin/kvmd-oled --height=32 --clear-on-exit --fahrenheit
```
And run `systemctl restart kvmd-oled`.
6. !!! danger "Just reminding again: CHANGE THE PASSWORDS! :)"
How to do this was written in [the "First steps" guide](first_steps.md){target=_blank}