1[Unit]
2Description=enable usb network
3After=phosphor-ipmi-host.service
4
5[Service]
6Type=oneshot
7ExecStart=/bin/bash -c '/usr/libexec/usb-network/usb_network.sh'
8
9[Install]
10WantedBy=multi-user.target
11