How to install usbip and host devices?

I have installed usbip via "rpm-ostree install usbip", and after a reboot I can execute 'usbip', but that hasn't provided the uspipd.service for it.
Solution
Got it working:
  1. rpm-ostree install usbip
  2. Setup services as such: https://unix.stackexchange.com/questions/528769/usbip-startup-with-systemd/638097#638097
  3. echo "usbip_host" | sudo tee /etc/modules-load.d/usbip.conf
  4. reboot
Was this page helpful?