shell-things/etc/sudoers.d/teamviewerd

11 lines
414 B
Plaintext
Raw Normal View History

2024-03-13 08:07:25 +01:00
# Fedora
%wheel ALL=NOPASSWD: /bin/systemctl stop teamviewerd.service
%wheel ALL=NOPASSWD: /bin/systemctl start teamviewerd.service
%wheel ALL=NOPASSWD: /bin/systemctl restart teamviewerd.service
# Debian
%sudo ALL=NOPASSWD: /bin/systemctl stop teamviewerd.service
%sudo ALL=NOPASSWD: /bin/systemctl start teamviewerd.service
%sudo ALL=NOPASSWD: /bin/systemctl restart teamviewerd.service
# vim: filetype=sudoers