summaryrefslogtreecommitdiff
path: root/recipes-core/usb-rndis/files/usb-rndis.service
blob: 968d70ef9c9c97429fdd941208a5e0a4964d90cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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