summaryrefslogtreecommitdiff
path: root/recipes-core/usb-rndis/files/usb-rndis.service
blob: c302d70f1acb2088e35827e5fce98635a279cd54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#for the tegras (Android Gadget) also consult /etc/udev/ruldes.d/usb-rndis.rules
[Unit]
Description=Load/Configure the kernel driver providing the RNDIS gadget
Documentation=http://www.linux-usb.org/gadget/ http://permalink.gmane.org/gmane.linux.usb.general/56244
DefaultDependencies=no
After=network.target

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

[Install]
WantedBy=multi-user.target