mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
14 lines
322 B
Desktop File
14 lines
322 B
Desktop File
[Unit]
|
|
Description=Loads EDID data to TC358743
|
|
After=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 --fix-edid-checksums
|
|
ExecStop=/bin/true
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|