blob: 2a40d781b19b18453bd57fe494b9ebd0d04f0dd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Pi-KVM - 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
|