summarylogtreecommitdiffstats
path: root/usbgadget-func-ecm.service
blob: 1c90912d390942b277e2a1efdce7d34bf7a9c4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=USB Gadget ECM Network
Before=gadget-start.service
After=modprobe@usbfunc:ecm.service NetworkManager.service systemd-networkd.service gadget-init.service dnsmasq.service
Wants=modprobe@usbfunc:ecm.service
Requires=gadget-init.service
[Service]
Type=oneshot
RemainAfterExit=yes
SyslogIdentifier=gadget-func-ecm
EnvironmentFile=/etc/default/gadget
WorkingDirectory=/sys/kernel/config/usb_gadget
ExecStart=/usr/bin/mkdir ${GADGET}/functions/ecm.0
ExecStart=/usr/bin/ln -s ${GADGET}/functions/ecm.0 ${GADGET}/configs/a.1/
ExecStop=/usr/bin/rm ${GADGET}/configs/a.1/ecm.0
ExecStop=/usr/bin/rmdir ${GADGET}/functions/ecm.0
[Install]
WantedBy=usb-gadget.target