summaryrefslogtreecommitdiff
path: root/configs/os/services/kvmd-otgnet.service
blob: 9ee278d5cc0ae33b2f07a17a85c6248d80625f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Pi-KVM - OTG network service
After=kvmd-otg.service

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

[Install]
WantedBy=multi-user.target