mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-12 04:15:35 +02:00
4 lines
197 B
Plaintext
4 lines
197 B
Plaintext
#Check every hour if buffer is occupied for larger then 80% and remove all files older then 3 hours
|
|
{{ minutes_cleanup }} * * * * root /home/dbe/service_scripts/delete_old_files_in_buffer.sh 80 5
|
|
|