Changes between Version 1 and Version 2 of BoaCronJobs


Ignore:
Timestamp:
12/24/15 11:57:32 (11 months ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoaCronJobs

    v1 v2  
    22The following BOA root cronjobs on PuffinServer were commented out on ticket:846#comment:88 and we are considering which if any to re-enable on ticket:893: 
    33 
    4  crontab -l -u root 
     4{{{ 
     5crontab -l -u root 
    56#* * * * * bash /var/xdrago/second.sh >/dev/null 2>&1 
    67#* * * * * bash /var/xdrago/minute.sh >/dev/null 2>&1 
     
    1516#58 2 * * * bash /var/xdrago/daily.sh >/dev/null 2>&1 
    1617#58 5 * * * bash /var/xdrago/fetch-remote.sh >/dev/null 2>&1 
    17  
     18}}}