notes edited
This commit is contained in:
parent
ba87998c7a
commit
5a45c280fb
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue