aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitmirror
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gitmirror')
-rwxr-xr-xmodules/gitmirror/templates/on-the-pull.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gitmirror/templates/on-the-pull.init b/modules/gitmirror/templates/on-the-pull.init
index adee5643..9073508e 100755
--- a/modules/gitmirror/templates/on-the-pull.init
+++ b/modules/gitmirror/templates/on-the-pull.init
@@ -19,7 +19,7 @@ args="--pid-file=$pidfile --user=git --cmd=/usr/local/bin/gitmirror-sync-metadat
start() {
gprintf "Starting On-The-Pull Git Mirror Daemon: "
- daemon --check on-the-pull --pidfile $pidfile $prog $args
+ daemon --check on-the-pull --pidfile $pidfile $prog $args >/var/log/on-the-pull.log 2>&1
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/on-the-pull