From 38bac532aa4a0e26f5e2d3b171704361592c8f8d Mon Sep 17 00:00:00 2001 From: trendless Date: Mon, 15 Jun 2026 19:59:58 -0600 Subject: [PATCH] Update logsymlink.cron 00:05 only --- conf/logsymlink.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/logsymlink.cron b/conf/logsymlink.cron index ebac0a6..f36cf33 100644 --- a/conf/logsymlink.cron +++ b/conf/logsymlink.cron @@ -1 +1 @@ -0,15,30,45 0 * * * ln -sf $(ls -t /var/log/__APP__/dns/*.log | head -n 1) /var/log/__APP__/__APP__.log \ No newline at end of file +5 0 * * * ln -sf $(ls -t /var/log/__APP__/dns/*.log | head -n 1) /var/log/__APP__/__APP__.log