Keyserver should regenerate stats page hourly

This commit is contained in:
Nick Bebout 2013-08-19 23:02:06 +00:00
parent 16ce004157
commit f3ad1a6570

View file

@ -36,6 +36,12 @@
tags:
- 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
service: name=sks-db enabled=no
ignore_errors: true