aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 11cd6de..f9498bd 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,11 @@ www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/lshw
(replacing `www-data` by the name of the user that runs your Web server)
+### Groups
+Add your server user (usually `www-data`) to the following groups:
+* `syslog` (required to write /var/log)
+* `adm` (required to read /var/log)
+
### Dependencies
Install the following packages:
* `lm-sensors`