summaryrefslogtreecommitdiff
path: root/configs/os/services/kvmd-otg.service
blob: a2b87238d246b98efd3c634dd78e7318eb710c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=PiKVM - OTG setup
After=systemd-modules-load.service
Before=kvmd.service

[Service]
Type=oneshot
ExecStart=/usr/bin/kvmd-otg start
ExecStop=/usr/bin/kvmd-otg stop
RemainAfterExit=true

[Install]
WantedBy=multi-user.target