97c675c6d5
* [cron.d] Create cron job to periodically clean-up core files * Create script to scan /var/core and clean-up older core files * Create cron job to run clean-up script Signed-off-by: Danny Allen <daall@microsoft.com> * Update interval for running cron job * Respond to feedback * Change syslog id
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
# Attempts to clean up core files every 2 hours
|
|
* */2 * * * root /usr/bin/core_cleanup.py > /dev/null 2>&1
|
|
|