From c6564b2962e9c5b5650a8d3772613df477e14eaf Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 30 Mar 2026 09:17:24 +0300 Subject: [PATCH] aminda-systemd.conf: allow swapping bluetoothd and bluetooth --- 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 9739c220..2b25751e 100644 --- a/etc/sudoers.d/aminda-systemd +++ b/etc/sudoers.d/aminda-systemd @@ -93,5 +93,9 @@ # Except that this is for KDE Connect %sudo ALL=NOPASSWD: /bin/systemctl restart bluetooth.service bluetoothd.service %wheel ALL=NOPASSWD: /bin/systemctl restart bluetooth.service bluetoothd.service +# or manual typing which in which I accidentally swap the arguments +%sudo ALL=NOPASSWD: /bin/systemctl restart bluetoothd.service bluetooth.service +%wheel ALL=NOPASSWD: /bin/systemctl restart bluetoothd.service bluetooth.service + # vim: filetype=sudoers