diff --git a/etc/cron.d/t3hs_sim800_gpio b/etc/cron.d/t3hs_sim800_gpio new file mode 100644 index 0000000..9897985 --- /dev/null +++ b/etc/cron.d/t3hs_sim800_gpio @@ -0,0 +1 @@ +*/2 * * * * root /bin/bash -c "/usr/bin/t3hs/t3hs_sim800 healthcheck || /etc/init.d/t3hs_sim800.sh restart gpio" diff --git a/etc/cron.d/t3hs_sim800_mqtt b/etc/cron.d/t3hs_sim800_mqtt new file mode 100644 index 0000000..d7e24bb --- /dev/null +++ b/etc/cron.d/t3hs_sim800_mqtt @@ -0,0 +1 @@ +*/2 * * * * root /bin/bash -c "/usr/bin/t3hs/t3hs_sim800 healthcheck || /etc/init.d/t3hs_sim800.sh restart mqtt"