From dd64641a37dd9f1d79c9288336f4bb30c3919733 Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Fri, 14 Oct 2016 13:04:43 +0000 Subject: [PATCH] remove cronjob restart of NITB --- modules/rhizo_base/files/etc/cron.d/rhizomatica | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rhizo_base/files/etc/cron.d/rhizomatica b/modules/rhizo_base/files/etc/cron.d/rhizomatica index 1c3c409..c333b04 100644 --- a/modules/rhizo_base/files/etc/cron.d/rhizomatica +++ b/modules/rhizo_base/files/etc/cron.d/rhizomatica @@ -40,8 +40,8 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn #Billing 0 10 * * * root [[ $(date +'%d') -eq $(cal | awk '!/^$/{ print $NF }' | grep -v '^ ' | tail -1) ]] && /var/rhizomatica/bin/active_subscribers.sh -#Restart osmo-nitb every 6 hours - 0 */6 * * * root /usr/bin/sv restart osmo-nitb 2&>1 /dev/null +#Restart osmo-nitb every 6 hours (This wasn't working anyway. If it is needed, do something more elegant!) +# 0 */6 * * * root /usr/bin/sv restart osmo-nitb 2>&1 > /dev/null #PostgreSQL backup 0 3 * * * postgres /home/rhizomatica/bin/pg_backup_rotated.sh