From 58bba33a8c5992f5c56135c0a17d72072dacb926 Mon Sep 17 00:00:00 2001 From: Gavin Liddell <51942756+GavinL2001@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:15:40 +0000 Subject: [PATCH] fix a copy-pasted line forgot to change the wording for usbmuxd service from "enable and start" to "stop and disable" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5409fc4..29c75dd 100644 --- a/README.md +++ b/README.md @@ -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