mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
9 lines
389 B
Plaintext
9 lines
389 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
|