diff options
-rw-r--r-- | system/usbmuxd/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/usbmuxd/README b/system/usbmuxd/README index b1caa241cb..3b7eb5488f 100644 --- a/system/usbmuxd/README +++ b/system/usbmuxd/README @@ -2,6 +2,6 @@ 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: +Before running this script, create a usbmux user with: useradd -u 233 -g plugdev -d /dev/null -s /bin/false usbmux |