From 3ddced23fb06f9fee7ec05ced764ef8ce627c9d3 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 4 Nov 2009 13:50:37 +0100 Subject: [PATCH] Girocco::Config::mirror_user: Elaborate description --- Girocco/Config.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Girocco/Config.pm b/Girocco/Config.pm index b640584..f06b94a 100644 --- a/Girocco/Config.pm +++ b/Girocco/Config.pm @@ -175,7 +175,9 @@ our $mirror_sources = [ # (Non-chroot) UNIX user the CGI scripts run on our $cgi_user = 'www-data'; -# (Non-chroot) UNIX user performing mirroring jobs +# (Non-chroot) UNIX user performing mirroring jobs; this is the user who +# should run all the daemons and cronjobs (except the fixup cronjob) and +# the user who should be running make install (if not root). our $mirror_user = 'repo'; # (Non-chroot) UNIX group owning the repositories by default; it owns whole -- 2.11.4.GIT