X-Git-Url: http://git.rot13.org/?p=linux-usb-otg;a=blobdiff_plain;f=usb-otg.service;h=0fb0bfdb2eb7af9aba547b6cc88900da248e7f48;hp=2f68e324f407ad3a9506de1f61d2f9f3bfe9ee15;hb=6f6be72bf1a825d78a88a70da3f13b83efd35b0e;hpb=39d79fcc7ffecf53a524098f189d65f381e3edeb;ds=sidebyside diff --git a/usb-otg.service b/usb-otg.service index 2f68e32..0fb0bfd 100644 --- a/usb-otg.service +++ b/usb-otg.service @@ -1,13 +1,19 @@ [Unit] Description=USB OTG gadgets -Documentation=https://github.com/dpavlin/usb-otg +Documentation=https://github.com/dpavlin/linux-usb-otg +After=systemd-udev-settle.service [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 +StandardOutput=syslog +StandardError=syslog +SyslogIdentifier=usb-otg +# where will usbdisk.img go +WorkingDirectory=/srv/linux-usb-otg [Install] -WantedBy=multi-user.target +WantedBy=basic.target