Changes between Version 1 and Version 2 of BoaCronJobs
- Timestamp:
- 12/24/15 11:57:32 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoaCronJobs
v1 v2 2 2 The 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: 3 3 4 crontab -l -u root 4 {{{ 5 crontab -l -u root 5 6 #* * * * * bash /var/xdrago/second.sh >/dev/null 2>&1 6 7 #* * * * * bash /var/xdrago/minute.sh >/dev/null 2>&1 … … 15 16 #58 2 * * * bash /var/xdrago/daily.sh >/dev/null 2>&1 16 17 #58 5 * * * bash /var/xdrago/fetch-remote.sh >/dev/null 2>&1 17 18 }}}