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