From 4aed510bfeb11e3abb710f067c32e3dd9411f8c6 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 30 Jun 2019 09:08:04 +0200 Subject: [PATCH] rename repository to linux-usb-otg --- usb-otg.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1