summaryrefslogtreecommitdiff
path: root/debian/default
diff options
context:
space:
mode:
Diffstat (limited to 'debian/default')
-rw-r--r--debian/default5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/default b/debian/default
index eb76247..16f1e33 100644
--- a/debian/default
+++ b/debian/default
@@ -16,3 +16,8 @@ IGNORE_LOCALHOST=true
# Extra options to be passed to mailgraph daemon
# See mailgraph -h output (no default)
EXTRA_OPTIONS=
+
+# User and group http daemon runs as (default: www-data for both options)
+# Restart mailgraph daemon so that these values are taken into account
+HTTP_USER=www-data
+HTTP_GROUP=www-data