a little nicer wrt pep8
[sfa.git] / cron.d / sfa.cron
1 #
2 # this example file should be installed in /etc/cron.d owned by root
3 #
4 SHELL=/bin/bash
5 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
6 # xxx replace this
7 MAILTO=server-msgs@planet-lab.org
8 HOME=/
9 #
10 # minute hour day-of-month month day-of-week user command
11 # once or twice an hour makes sense
12 0 * * * * root /usr/bin/sfa-import.py >> /var/log/sfa_import.log 2>&1
13 # this is needed only if you run RefreshPeer
14 #0 0 * * * root /usr/bin/sfa-clean-peer-records.py >> /var/log/sfa_import.log 2>&1