aminda-systemd.conf: allow swapping bluetoothd and bluetooth

This commit is contained in:
Aminda Suomalainen 2026-03-30 09:17:24 +03:00
parent 6b46a130c6
commit c6564b2962
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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