From cebc86b96e0f8598f0974af4c8543d3bfbad9d49 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 May 2014 16:41:46 -0300 Subject: Fixing cronjob redirection --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => "*", -- cgit v1.2.3