From 22e63030b6a6258e8cbd025fefca780ac05bd3fd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 10 Nov 2025 16:46:13 +0200 Subject: [PATCH] sudoers.d/aminda-systemd: add bluetooth restarting --- etc/sudoers.d/aminda-systemd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/sudoers.d/aminda-systemd b/etc/sudoers.d/aminda-systemd index 74a9d2b1..2809a6f3 100644 --- a/etc/sudoers.d/aminda-systemd +++ b/etc/sudoers.d/aminda-systemd @@ -90,4 +90,8 @@ %sudo ALL=NOPASSWD: /bin/systemctl restart minidlna.service %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 + # vim: filetype=sudoers