diff --git a/assets/notes/notes.md b/assets/notes/notes.md index eb4141a..b795c92 100644 --- a/assets/notes/notes.md +++ b/assets/notes/notes.md @@ -81,12 +81,17 @@ ExecStop=/usr/sbin/usbip unbind --busid %i [Install] WantedBy=multi-user.target -Enable and start the daemon with: +``` +Enable and start the daemon with: +``` systemctl enable usbipd systemctl start usbuipd +``` + Then add binds with: +``` systemctl enable usbip-bind@1-1.2.3 systemctl start usbip-bind@1-1.2.3 ```