From b373e1fc8dfa974644b44f59d39c59497ac3d631 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 10 Nov 2025 16:56:46 +0200 Subject: [PATCH] sudoers.d/aminda-systemd: we are restarting bluetooth{,d}.service, not starting it --- etc/sudoers.d/aminda-systemd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/sudoers.d/aminda-systemd b/etc/sudoers.d/aminda-systemd index 2809a6f3..9739c220 100644 --- a/etc/sudoers.d/aminda-systemd +++ b/etc/sudoers.d/aminda-systemd @@ -91,7 +91,7 @@ %wheel ALL=NOPASSWD: /bin/systemctl restart minidlna.service # Except that this is for KDE Connect -%sudo ALL=NOPASSWD: /bin/systemctl start bluetooth.service bluetoothd.service -%wheel ALL=NOPASSWD: /bin/systemctl start bluetooth.service bluetoothd.service +%sudo ALL=NOPASSWD: /bin/systemctl restart bluetooth.service bluetoothd.service +%wheel ALL=NOPASSWD: /bin/systemctl restart bluetooth.service bluetoothd.service # vim: filetype=sudoers