notes edited

This commit is contained in:
Fr4nz D13trich 2025-10-11 19:43:49 +02:00
parent ba87998c7a
commit 5a45c280fb

View file

@ -81,12 +81,17 @@ ExecStop=/usr/sbin/usbip unbind --busid %i
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
Enable and start the daemon with: ```
Enable and start the daemon with:
```
systemctl enable usbipd systemctl enable usbipd
systemctl start usbuipd systemctl start usbuipd
```
Then add binds with: Then add binds with:
```
systemctl enable usbip-bind@1-1.2.3 systemctl enable usbip-bind@1-1.2.3
systemctl start usbip-bind@1-1.2.3 systemctl start usbip-bind@1-1.2.3
``` ```