diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/kvmd/v1-hdmi.yaml (renamed from configs/kvmd/v1-hdmi.conf) | 0 | ||||
-rw-r--r-- | configs/kvmd/v1-vga.yaml (renamed from configs/kvmd/v1-vga.conf) | 0 | ||||
-rw-r--r-- | configs/systemd/kvmd.service | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/configs/kvmd/v1-hdmi.conf b/configs/kvmd/v1-hdmi.yaml index 0e199ac6..0e199ac6 100644 --- a/configs/kvmd/v1-hdmi.conf +++ b/configs/kvmd/v1-hdmi.yaml diff --git a/configs/kvmd/v1-vga.conf b/configs/kvmd/v1-vga.yaml index c4cd2778..c4cd2778 100644 --- a/configs/kvmd/v1-vga.conf +++ b/configs/kvmd/v1-vga.yaml diff --git a/configs/systemd/kvmd.service b/configs/systemd/kvmd.service index 765508fe..ee5f2d68 100644 --- a/configs/systemd/kvmd.service +++ b/configs/systemd/kvmd.service @@ -7,8 +7,8 @@ Type=simple Restart=always RestartSec=3 -ExecStart=/usr/bin/kvmd --config /etc/kvmd/kvmd.conf -ExecStopPost=/usr/bin/kvmd-cleanup --config /etc/kvmd/kvmd.conf +ExecStart=/usr/bin/kvmd --config /etc/kvmd/kvmd.yaml +ExecStopPost=/usr/bin/kvmd-cleanup --config /etc/kvmd/kvmd.yaml [Install] WantedBy=multi-user.target |