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
|
||
|
|