summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 4c0a512..da17673 100644
--- a/README
+++ b/README
@@ -16,3 +16,8 @@ opkg install php-fpm Needed???
opkg install php
opkg install lighttpd
opkg install lighttpd-module-fastcgi Needed???
+
+By default php-fpm runs as nobody. It needs to be
+able to execute commands. Maybe a C program should
+be set to setuid for commisioning so it
+does not need to run as root?