From: Silvio Rhatto Date: Thu, 29 May 2014 19:41:46 +0000 (-0300) Subject: Fixing cronjob redirection X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cebc86b96e0f8598f0974af4c8543d3bfbad9d49;p=puppet-pyroscope.git Fixing cronjob redirection --- diff --git a/manifests/init.pp b/manifests/init.pp index 48c9e2b..bdfca0a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -145,7 +145,7 @@ class pyroscope( } cron { "rtcron": - command => '/var/cache/torrent/bin/rtcron &> /var/cache/torrent/rtorrent/log/rtcron.log', + command => '/var/cache/torrent/bin/rtcron > /var/cache/torrent/rtorrent/log/rtcron.log 2>&1', user => torrent, hour => "*", minute => "*",