WIP: First Milestone reached #3

Closed
fr4nz wants to merge 71 commits from dev-1 into main
Showing only changes of commit 5a45c280fb - Show all commits

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
``` ```