summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-08 22:45:51 +0300
committerPaul Buetow <paul@buetow.org>2025-10-08 22:45:51 +0300
commit15088346fc7a71552bef8b9a56da5d8706101ea8 (patch)
tree05bd3769f385b17df25ef503b9e40bccd9cbf2bf /frontends
parent647a777278a509450bc4bb53bc1e4f7a949b717e (diff)
also redirect stderr
Diffstat (limited to 'frontends')
-rw-r--r--frontends/etc/gogios.cron.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/etc/gogios.cron.tpl b/frontends/etc/gogios.cron.tpl
index fc6299c..56af0af 100644
--- a/frontends/etc/gogios.cron.tpl
+++ b/frontends/etc/gogios.cron.tpl
@@ -1,3 +1,3 @@
-0 7 * * * <%= $gogios_path %> -renotify >/dev/null
-*/5 8-22 * * * -s <%= $gogios_path %> >/dev/null
-0 3 * * 0 <%= $gogios_path %> -force >/dev/null
+0 7 * * * <%= $gogios_path %> -renotify >/dev/null 2>&1
+*/5 8-22 * * * -s <%= $gogios_path %> >/dev/null 2>&1
+0 3 * * 0 <%= $gogios_path %> -force >/dev/null 2>&1