16 lines
304 B
Desktop File
16 lines
304 B
Desktop File
[Unit]
|
|
Description=USB-IP Bindind
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStartPre=-/sbin/modprobe usbip-core
|
|
ExecStartPre=-/sbin/modprobe usbip-host
|
|
ExecStart=/usr/sbin/usbipd -D
|
|
ExecStop=/usr/sbin/stm32mp-usbip-bind-unbind.sh unload
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|