From 855e1ee400118c06392973aa9ad017c6ea2ff227 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Sun, 10 Apr 2022 14:21:55 +0200 Subject: [PATCH] feat: adjust setup for debian lid switch --- doc/debian-lid-switch-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/debian-lid-switch-config.md b/doc/debian-lid-switch-config.md index 5f5d690..ca955db 100644 --- a/doc/debian-lid-switch-config.md +++ b/doc/debian-lid-switch-config.md @@ -8,5 +8,5 @@ HandleLidSwitch=ignore * reload logind.conf to make your changes go into effect\ ``` -systemctl restart systemd-logind +sudo systemctl restart systemd-logind ```