mirror of https://github.com/pikvm/pikvm.git
412 B
412 B
| search | ||
|---|---|---|
|
??? note "How to set up Fahrenheit on the OLED"
Create a directory for a configuration file:
```console
[root@pikvm ~]# 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 --clear-on-exit --fahrenheit
```