Files
nilmtools/extras/sample-cron-scripts/crontab
2013-08-03 11:23:43 -04:00

10 lines
299 B
Plaintext

# Install this by running "crontab crontab" (will replace existing crontab)
# m h dom mon dow cmd
# Run NilmDB processing every 5 minutes
*/5 * * * * chronic /home/nilm/data/process.sh
# Try frequently restarting the capture process in case it died
*/5 * * * * chronic /home/nilm/data/capture.sh