From: Chris Koeritz Date: Mon, 18 Mar 2019 22:58:20 +0000 (-0400) Subject: new crontab for system time updates X-Git-Tag: 2.140.115^2~23 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=a69cd017db3ccc4632a0c86a54cea42244b8bfc3 new crontab for system time updates --- 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 + +############## + +