summaryrefslogtreecommitdiff
path: root/configs/os/systemd/kvmd-tc358743.service
blob: cb11d3914cb716c3c8237856e3c428c0dec2fe55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Pi-KVM - EDID loader for 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