From: Dobrica Pavlinusic Date: Sun, 30 Jun 2019 07:08:04 +0000 (+0200) Subject: rename repository to linux-usb-otg X-Git-Url: http://git.rot13.org/?p=linux-usb-otg;a=commitdiff_plain;h=4aed510bfeb11e3abb710f067c32e3dd9411f8c6;hp=82937b87ba93b0be9385a4c6742ee34722ab15dc rename repository to linux-usb-otg --- 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