X-Git-Url: http://git.rot13.org/?p=linux-usb-otg;a=blobdiff_plain;f=usb-otg.service;h=ba9701a9f41ff40d32f4e391e7af345949b9067d;hp=2f68e324f407ad3a9506de1f61d2f9f3bfe9ee15;hb=4aed510bfeb11e3abb710f067c32e3dd9411f8c6;hpb=82937b87ba93b0be9385a4c6742ee34722ab15dc diff --git a/usb-otg.service b/usb-otg.service index 2f68e32..ba9701a 100644 --- a/usb-otg.service +++ b/usb-otg.service @@ -1,13 +1,13 @@ [Unit] Description=USB OTG gadgets -Documentation=https://github.com/dpavlin/usb-otg +Documentation=https://github.com/dpavlin/linux-usb-otg [Service] User=root Type=oneshot RemainAfterExit=yes -ExecStart=/srv/usb-otg/usb-composite-all.sh -ExecStop=/srv/usb-otg/usb-gadget-stop.sh +ExecStart=/srv/linux-usb-otg/usb-composite-all.sh +ExecStop=/srv/linux-usb-otg/usb-gadget-stop.sh [Install] WantedBy=multi-user.target