diff options
author | James An | 2016-11-20 16:00:00 -0500 |
---|---|---|
committer | James An | 2016-11-20 16:00:00 -0500 |
commit | d71b1751d6cbc0693e1b83e36bee7d9b6c312a90 (patch) | |
tree | 2f383a2af99da5f050207782bb14338d4fd7c534 /sudoers | |
parent | 43245c7a77adfe8ee4d3cadf1bfe032a12e363b6 (diff) | |
download | aur-d71b1751d6cbc0693e1b83e36bee7d9b6c312a90.tar.gz |
Updated to latest upstream version and updated sudoers file for the aegir user to use the updated systemctl unit command.
Diffstat (limited to 'sudoers')
-rw-r--r-- | sudoers | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ Defaults:aegir !requiretty -aegir ALL=NOPASSWD: /usr/bin/systemctl reload-or-try-restart nginx.service +aegir ALL=NOPASSWD: /usr/bin/systemctl try-reload-or-restart nginx.service aegir ALL=NOPASSWD: /usr/bin/nginx Defaults:http !requiretty -http ALL=NOPASSWD: /usr/bin/systemctl reload-or-try-restart nginx.service +http ALL=NOPASSWD: /usr/bin/systemctl try-reload-or-restart nginx.service http ALL=NOPASSWD: /usr/bin/nginx |