We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a3584 commit a5f2ddaCopy full SHA for a5f2dda
README.md
@@ -46,7 +46,13 @@ sudo systemctl enable avahi-daemon
46
sudo systemctl start avahi-daemon
47
```
48
49
-### Removing usbmuxd from Host System
+### Stopping or removing usbmuxd from Host System
50
+
51
+#### Stop and disable the service using systemd:
52
+```shell
53
+sudo systemctl stop usbmuxd
54
+sudo systemctl disable usbmuxd
55
+```
56
57
#### Arch-based distros:
58
```shell
@@ -63,11 +69,7 @@ apt remove usbmuxd
63
69
dnf remove usbmuxd
64
70
65
71
66
-#### Stop and disable the service using systemd:
67
-```shell
68
-sudo systemctl stop usbmuxd
-sudo systemctl disable usbmuxd
-```
72
73
74
### Run Using Docker Compose (recommended)
75
0 commit comments