mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
# 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
|