diff --git a/puppet/zulip/manifests/profile/app_frontend.pp b/puppet/zulip/manifests/profile/app_frontend.pp index 365b83aaff..c8c424e199 100644 --- a/puppet/zulip/manifests/profile/app_frontend.pp +++ b/puppet/zulip/manifests/profile/app_frontend.pp @@ -69,7 +69,7 @@ class zulip::profile::app_frontend { zulip::cron { 'restart-zulip': hour => '6', minute => '0', - dow => '7', + dow => '0', command => '/home/zulip/deployments/current/scripts/restart-server --fill-cache', } }