new crontab for system time updates
authorChris Koeritz <fred@gruntose.com>
Mon, 18 Mar 2019 22:58:20 +0000 (18:58 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 18 Mar 2019 22:58:20 +0000 (18:58 -0400)
infobase/configuration/cron/update_system_time.crontab [new file with mode: 0644]

diff --git a/infobase/configuration/cron/update_system_time.crontab b/infobase/configuration/cron/update_system_time.crontab
new file mode 100644 (file)
index 0000000..78c646b
--- /dev/null
@@ -0,0 +1,10 @@
+
+##############
+
+#[update_system_time]
+# synchronize the time with a real ntp server.
+42 0,4,8,12,16,20 * * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; bash $FEISTY_MEOW_APEX/scripts/system/update_system_time.sh ) &>/tmp/${CRONUSER}-cron-update_system_time.log
+
+##############
+
+