pi 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # DO NOT EDIT THIS FILE - edit the master and reinstall.
  2. # (/tmp/crontab.IC6prj/crontab installed on Mon Sep 25 14:39:00 2023)
  3. # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
  4. # Edit this file to introduce tasks to be run by cron.
  5. #
  6. # Each task to run has to be defined through a single line
  7. # indicating with different fields when the task will be run
  8. # and what command to run for the task
  9. #
  10. # To define the time you can provide concrete values for
  11. # minute (m), hour (h), day of month (dom), month (mon),
  12. # and day of week (dow) or use '*' in these fields (for 'any').
  13. #
  14. # Notice that tasks will be started based on the cron's system
  15. # daemon's notion of time and timezones.
  16. #
  17. # Output of the crontab jobs (including errors) is sent through
  18. # email to the user the crontab file belongs to (unless redirected).
  19. #
  20. # For example, you can run a backup of all your user accounts
  21. # at 5 a.m every week with:
  22. # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
  23. #
  24. # For more information see the manual pages of crontab(5) and cron(8)
  25. #
  26. # m h dom mon dow command
  27. @reboot ~/BallonSonde/active_nmea.py
  28. @reboot sleep 5; ~/BallonSonde/tx_process/0_txmire
  29. @reboot sleep 10; while true; do ~/BallonSonde/tx_process/3_transmit; done
  30. @reboot sleep 20; while true; do ~/BallonSonde/acquisition_process/1_capture; done
  31. @reboot sleep 30; while true; do ~/BallonSonde/convert_process/2_convert; done
  32. ##done