aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
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 => "*",