summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-05-16 15:45:13 +0200
committerGravatar Nikias Bassen2019-05-16 15:45:13 +0200
commit5a9601b831ad459e587f5812c3314b3598bdcdc0 (patch)
tree97e88ef11a3cd0ad5ae138e433e2e3d9e8ca3f2b /README.md
parentd81cb1a62cfc30ce3d17d2fb312d7dc1e04e1e65 (diff)
downloadusbmuxd-5a9601b831ad459e587f5812c3314b3598bdcdc0.tar.gz
usbmuxd-5a9601b831ad459e587f5812c3314b3598bdcdc0.tar.bz2
Updated README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 6192f67..42dab69 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,16 @@ is not used for tethering data transfer which uses a dedicated USB interface as
14a virtual network device. Multiple connections to different TCP ports can happen 14a virtual network device. Multiple connections to different TCP ports can happen
15in parallel. The higher-level layers are handled by libimobiledevice. 15in parallel. The higher-level layers are handled by libimobiledevice.
16 16
17When usbmuxd is running (normally started, or stopped as a result of "udev" 17When usbmuxd is running (normally started or stopped as a result of _udev_
18auto-insertion messages or by systemd) it provides a socket interface in 18auto-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
20that is provided on Mac OS X. 20that is provided on macOS.
21 21
22You should also create a "usbmux" user that has access to USB devices on your 22You should also create a `usbmux` user that has access to USB devices on your
23system. Alternatively, you can pass a different username using the -U argument. 23system. Alternatively, you can pass a different username using the `-U` argument.
24 24
25Due to iOS 7 the daemon now also manages pairing records with iOS devices and 25The daemon also manages pairing records with iOS devices and the host in
26the host in `/var/lib/lockdown` (Linux) or `/var/db/lockdown` (macOS). 26`/var/lib/lockdown` (Linux) or `/var/db/lockdown` (macOS).
27Ensure proper permissions are setup for the daemon to access the directory. 27Ensure proper permissions are setup for the daemon to access the directory.
28 28
29## Requirements 29## Requirements