Keyserver should regenerate stats page hourly
This commit is contained in:
parent
16ce004157
commit
f3ad1a6570
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
= cron: name="regenerate stats hourly"
|
||||||
|
hour="*"
|
||||||
|
minute="5"
|
||||||
|
job="killall -SIGUSR2 sks-db"
|
||||||
|
state=present
|
||||||
|
|
||||||
- name: Set sks-db to not run on boot
|
- name: Set sks-db to not run on boot
|
||||||
service: name=sks-db enabled=no
|
service: name=sks-db enabled=no
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue