1[Unit]
2Description=Enable USB Network
3After=phosphor-ipmi-host.service
4
5[Service]
6Type=oneshot
7ExecStart=/usr/sbin/usb-network.sh
8
9[Install]
10WantedBy=multi-user.target
11