diff options
-rw-r--r-- | files/weblate/sudo/weblate-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/weblate/sudo/weblate-admin b/files/weblate/sudo/weblate-admin index 04f297c..a5a1023 100644 --- a/files/weblate/sudo/weblate-admin +++ b/files/weblate/sudo/weblate-admin @@ -5,4 +5,4 @@ Cmnd_Alias WEBLATE_ADMIN_CMDS = \ /bin/systemctl start apache2.service, \ /bin/systemctl stop apache2.service -%weblate_admin ALL = (root) WEBLATE_ADMIN_CMDS +%weblate_admin ALL = (root) NOPASSWD: WEBLATE_ADMIN_CMDS |