From a69cd017db3ccc4632a0c86a54cea42244b8bfc3 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 18 Mar 2019 18:58:20 -0400 Subject: [PATCH] new crontab for system time updates --- infobase/configuration/cron/update_system_time.crontab | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 infobase/configuration/cron/update_system_time.crontab diff --git a/infobase/configuration/cron/update_system_time.crontab b/infobase/configuration/cron/update_system_time.crontab new file mode 100644 index 00000000..78c646b1 --- /dev/null +++ b/infobase/configuration/cron/update_system_time.crontab @@ -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 + +############## + + -- 2.34.1