10 lines
299 B
Plaintext
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
|