mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
15 lines
420 B
Desktop File
15 lines
420 B
Desktop File
[Unit]
|
|
Description=PiKVM - EDID loader for TC358743
|
|
Wants=dev-kvmd\x2dvideo.device
|
|
After=dev-kvmd\x2dvideo.device systemd-modules-load.service
|
|
Before=kvmd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/v4l2-ctl --device=/dev/kvmd-video --set-edid=file=/etc/kvmd/tc358743-edid.hex --info-edid
|
|
ExecStop=/usr/bin/v4l2-ctl --device=/dev/kvmd-video --clear-edid
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|