|
@@ -1,5 +1,5 @@
|
|
|
# DO NOT EDIT THIS FILE - edit the master and reinstall.
|
|
|
-# (/tmp/crontab.tkpyOg/crontab installed on Mon Sep 11 13:01:07 2023)
|
|
|
+# (/tmp/crontab.a5oJCV/crontab installed on Mon Sep 11 22:13:56 2023)
|
|
|
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
|
|
|
# Edit this file to introduce tasks to be run by cron.
|
|
|
#
|
|
@@ -26,4 +26,11 @@
|
|
|
# m h dom mon dow command
|
|
|
|
|
|
@reboot ~/BallonSonde/active_nmea.py
|
|
|
-@reboot ~/BallonSonde/start.sh
|
|
|
+
|
|
|
+@reboot ~/BallonSonde/tx_process/0_txmire
|
|
|
+
|
|
|
+@reboot sleep 90; while true; do ~/BallonSonde/tx_process/3_transmit; done
|
|
|
+@reboot sleep 10; while true; do ~/BallonSonde/acquisition_process/1_capture; done
|
|
|
+@reboot sleep 60; while true; do ~/BallonSonde/convert_process/2_convert; done
|
|
|
+
|
|
|
+#done
|