diff options
| author | 2019-05-16 15:45:13 +0200 | |
|---|---|---|
| committer | 2019-05-16 15:45:13 +0200 | |
| commit | 5a9601b831ad459e587f5812c3314b3598bdcdc0 (patch) | |
| tree | 97e88ef11a3cd0ad5ae138e433e2e3d9e8ca3f2b /README.md | |
| parent | d81cb1a62cfc30ce3d17d2fb312d7dc1e04e1e65 (diff) | |
| download | usbmuxd-5a9601b831ad459e587f5812c3314b3598bdcdc0.tar.gz usbmuxd-5a9601b831ad459e587f5812c3314b3598bdcdc0.tar.bz2 | |
Updated README.md
Diffstat (limited to '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 | |||
| 14 | a virtual network device. Multiple connections to different TCP ports can happen | 14 | a virtual network device. Multiple connections to different TCP ports can happen |
| 15 | in parallel. The higher-level layers are handled by libimobiledevice. | 15 | in parallel. The higher-level layers are handled by libimobiledevice. |
| 16 | 16 | ||
| 17 | When usbmuxd is running (normally started, or stopped as a result of "udev" | 17 | When usbmuxd is running (normally started or stopped as a result of _udev_ |
| 18 | auto-insertion messages or by systemd) it provides a socket interface in | 18 | auto-insertion messages, or by _systemd_) it provides a socket interface in |
| 19 | `/var/run/usbmuxd` that is designed to be compatible with the socket interface | 19 | `/var/run/usbmuxd` that is designed to be compatible with the socket interface |
| 20 | that is provided on Mac OS X. | 20 | that is provided on macOS. |
| 21 | 21 | ||
| 22 | You should also create a "usbmux" user that has access to USB devices on your | 22 | You should also create a `usbmux` user that has access to USB devices on your |
| 23 | system. Alternatively, you can pass a different username using the -U argument. | 23 | system. Alternatively, you can pass a different username using the `-U` argument. |
| 24 | 24 | ||
| 25 | Due to iOS 7 the daemon now also manages pairing records with iOS devices and | 25 | The daemon also manages pairing records with iOS devices and the host in |
| 26 | the host in `/var/lib/lockdown` (Linux) or `/var/db/lockdown` (macOS). | 26 | `/var/lib/lockdown` (Linux) or `/var/db/lockdown` (macOS). |
| 27 | Ensure proper permissions are setup for the daemon to access the directory. | 27 | Ensure proper permissions are setup for the daemon to access the directory. |
| 28 | 28 | ||
| 29 | ## Requirements | 29 | ## Requirements |
