summaryrefslogtreecommitdiff
path: root/recipes-core/usb-rndis/files/usb-rndis.service
blob: 6592ad72bdcd8566eb3f238dcce970f37150cf99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#also consult /etc/udev/ruldes.d/usb-rndis.rules
[Unit]
Description=Set the USB gadget to RNDIS
Documentation=http://permalink.gmane.org/gmane.linux.usb.general/56244
DefaultDependencies=no

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/start-rndis.sh start
ExecStop=/usr/bin/start-rndis.sh stop

[Install]
WantedBy=basic.target