mirror of https://github.com/pikvm/pikvm.git
22 lines
412 B
Markdown
22 lines
412 B
Markdown
---
|
|
search:
|
|
exclude: true
|
|
---
|
|
|
|
|
|
??? 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
|
|
```
|