From 619ed1f6bb0cca01b01b92d438072c20f5f47574 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Wed, 6 Jan 2010 21:00:34 +0100 Subject: Make sure the rrd dir is writable by the HTTP daemon (Closes: #543900) --- debian/default | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/default') 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 -- cgit v1.2.3