diff options
author | Nikias Bassen | 2019-05-16 15:45:13 +0200 |
---|---|---|
committer | Nikias Bassen | 2019-05-16 15:45:13 +0200 |
commit | 5a9601b831ad459e587f5812c3314b3598bdcdc0 (patch) | |
tree | 97e88ef11a3cd0ad5ae138e433e2e3d9e8ca3f2b | |
parent | d81cb1a62cfc30ce3d17d2fb312d7dc1e04e1e65 (diff) | |
download | usbmuxd-5a9601b831ad459e587f5812c3314b3598bdcdc0.tar.gz usbmuxd-5a9601b831ad459e587f5812c3314b3598bdcdc0.tar.bz2 |
Updated README.md
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -14,16 +14,16 @@ is not used for tethering data transfer which uses a dedicated USB interface as a virtual network device. Multiple connections to different TCP ports can happen in parallel. The higher-level layers are handled by libimobiledevice. -When usbmuxd is running (normally started, or stopped as a result of "udev" -auto-insertion messages or by systemd) it provides a socket interface in +When usbmuxd is running (normally started or stopped as a result of _udev_ +auto-insertion messages, or by _systemd_) it provides a socket interface in `/var/run/usbmuxd` that is designed to be compatible with the socket interface -that is provided on Mac OS X. +that is provided on macOS. -You should also create a "usbmux" user that has access to USB devices on your -system. Alternatively, you can pass a different username using the -U argument. +You should also create a `usbmux` user that has access to USB devices on your +system. Alternatively, you can pass a different username using the `-U` argument. -Due to iOS 7 the daemon now also manages pairing records with iOS devices and -the host in `/var/lib/lockdown` (Linux) or `/var/db/lockdown` (macOS). +The daemon also manages pairing records with iOS devices and the host in +`/var/lib/lockdown` (Linux) or `/var/db/lockdown` (macOS). Ensure proper permissions are setup for the daemon to access the directory. ## Requirements |