From 63328814fc786d04eddabb544edad60235867977 Mon Sep 17 00:00:00 2001 From: Danny Allen <52468448+daall@users.noreply.github.com> Date: Wed, 23 Oct 2019 15:55:47 -0700 Subject: [PATCH] [core_cleanup] Fix issue where core_cleanup job runs too frequently (#3659) Signed-off-by: Danny Allen --- files/image_config/cron.d/core_cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/image_config/cron.d/core_cleanup b/files/image_config/cron.d/core_cleanup index b1c379da9e..8db064ea57 100644 --- a/files/image_config/cron.d/core_cleanup +++ b/files/image_config/cron.d/core_cleanup @@ -1,3 +1,3 @@ # Attempts to clean up core files every 2 hours -* */2 * * * root /usr/bin/core_cleanup.py > /dev/null 2>&1 +0 */2 * * * root /usr/bin/core_cleanup.py > /dev/null 2>&1