sonic-buildimage/files/image_config/cron.d/core_cleanup
Danny Allen 63328814fc
[core_cleanup] Fix issue where core_cleanup job runs too frequently (#3659)
Signed-off-by: Danny Allen <daall@microsoft.com>
2019-10-23 15:55:47 -07:00

4 lines
108 B
Plaintext

# Attempts to clean up core files every 2 hours
0 */2 * * * root /usr/bin/core_cleanup.py > /dev/null 2>&1