compile hid_gadget_test
[linux-usb-otg] / usb-otg.service
1 [Unit]
2 Description=USB OTG gadgets
3 Documentation=https://github.com/dpavlin/usb-otg
4
5 [Service]
6 User=root
7 Type=oneshot
8 RemainAfterExit=yes
9 ExecStart=/srv/usb-otg/usb-composite-all.sh
10 ExecStop=/srv/usb-otg/usb-gadget-stop.sh
11
12 [Install]
13 WantedBy=multi-user.target