diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-29 16:41:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-29 16:41:46 -0300 |
commit | cebc86b96e0f8598f0974af4c8543d3bfbad9d49 (patch) | |
tree | 6944de6eeea46e7615228cb9a6d9d83d0a2080c8 | |
parent | cd004c09a8fee93d108538aa512a1e9cce530f16 (diff) | |
download | puppet-pyroscope-cebc86b96e0f8598f0974af4c8543d3bfbad9d49.tar.gz puppet-pyroscope-cebc86b96e0f8598f0974af4c8543d3bfbad9d49.tar.bz2 |
Fixing cronjob redirection
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 => "*", |