mirror of https://github.com/zulip/zulip.git
puppet: Make restart-server cron use standard day-of-week.
Using 7 makes this fail when run under the Sentry cron wrapper.
This commit is contained in:
parent
619a19a63b
commit
9497f23307
|
@ -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',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue