nilmtools/extras/sample-cron-scripts/crontab
2013-07-29 18:37:55 -04:00

10 lines
276 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
# Check the capture process every minute
*/1 * * * * chronic /home/nilm/data/capture.sh