Skip to content

Commit

Permalink
fix a copy-pasted line
Browse files Browse the repository at this point in the history
forgot to change the wording for usbmuxd service from "enable and start" to "stop and disable"
  • Loading branch information
GavinL2001 authored Sep 9, 2024
1 parent 1772b74 commit 58bba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ apt remove usbmuxd
dnf remove usbmuxd
```

#### Enable and start the service using systemd:
#### Stop and disable the service using systemd:
```shell
sudo systemctl stop usbmuxd
sudo systemctl disable usbmuxd
Expand Down

0 comments on commit 58bba33

Please sign in to comment.