Skip to content

Commit

Permalink
[core_cleanup] Fix issue where core_cleanup job runs too frequently (s…
Browse files Browse the repository at this point in the history
…onic-net#3659)

Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall authored and yxieca committed Oct 24, 2019
1 parent 9ce24b5 commit 818ab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/image_config/cron.d/core_cleanup
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 818ab7f

Please sign in to comment.