mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-03-31 06:27:54 +02:00
aminda-systemd.conf: allow swapping bluetoothd and bluetooth
This commit is contained in:
parent
6b46a130c6
commit
c6564b2962
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user