13 lines
239 B
Desktop File
13 lines
239 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Enable usb network
|
||
|
|
After=phosphor-ipmi-host.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
RemainAfterExit=yes
|
||
|
|
ExecStart=/usr/bin/usb-ctrl ecm usbeth0 on
|
||
|
|
ExecStop=/usr/bin/usb-ctrl ecm usbeth0 off
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|