You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
276 B

  1. # Install this by running "crontab crontab" (will replace existing crontab)
  2. # m h dom mon dow cmd
  3. # Run NilmDB processing every 5 minutes
  4. */5 * * * * chronic /home/nilm/data/process.sh
  5. # Check the capture process every minute
  6. */1 * * * * chronic /home/nilm/data/capture.sh