Move alt fullfiletimelist update to hourly.
This commit is contained in:
parent
83f1469169
commit
35eb61f497
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
copy: src="{{ files }}/scripts/update-fullfiletimelist" dest=/usr/local/bin/update-fullfiletimelist mode=0755
|
||||
|
||||
- name: Update fullfiletimelist job
|
||||
cron: name="update-fullfiletimelist" hour="*/6" minute="55" user="root"
|
||||
cron: name="update-fullfiletimelist" hour="*" minute="55" user="root"
|
||||
job="/usr/local/bin/lock-wrapper update-fullfiletimelist '/usr/local/bin/update-fullfiletimelist alt'"
|
||||
cron_file=update-fullfiletimelist
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue