Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:58:16

0001 #!/bin/bash
0002 # while true; do /usr/sbin/logrotate -s /var/log/idds/logrotate.status -d /etc/logrotate.d/idds; sleep 86400; done
0003 
0004 while true; do python /opt/idds/config/idds/idds_health_check.py; sleep 120; done