blob: d7ba88320602924e7b8bbbc1bda5ff57e38f411e (
plain)
1
2
3
4
5
6
7
8
|
usbmuxd: USB Multiplex Daemon. This bit of software is in charge of
talking to your iPhone or iPod Touch over USB and coordinating access to
its services by other applications.
Create a usbmux user with:
useradd -u 233 -g plugdev -d /dev/null -s /bin/false usbmux
Requires: libusb1
|