From b972b3e46911841b28cca918c7cc2775b642dd83 Mon Sep 17 00:00:00 2001 From: wy580477 <98247050+wy580477@users.noreply.github.com> Date: Mon, 3 Jul 2023 19:52:12 +0800 Subject: [PATCH] Decrease cron log level --- content/service/cron/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/service/cron/run b/content/service/cron/run index 0a6fef3..a90de32 100644 --- a/content/service/cron/run +++ b/content/service/cron/run @@ -9,4 +9,4 @@ fi USERNAME=$(whoami) cp -f /mnt/data/config/crontab /var/spool/cron/crontabs/${USERNAME} -exec crond -f -l 4 -L /dev/stdout \ No newline at end of file +exec crond -f -l 5 -L /dev/stdout \ No newline at end of file