summaryrefslogtreecommitdiff
path: root/configs/systemd/kvmd-tc358743.service
blob: d1b898626d382e72a1e342e4ad051c0a9962200c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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-streamer --set-edid=file=/etc/kvmd/tc358743-edid.hex --fix-edid-checksums
ExecStop=/bin/true
RemainAfterExit=true

[Install]
WantedBy=multi-user.target