ipa / staging: adjust the sweeper cron job.
Right now since minutes aren't specified, it runs it every minute of 03. ;( Also provide full path to script. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ce6005e573
commit
11496398d0
1 changed files with 2 additions and 1 deletions
|
@ -690,8 +690,9 @@
|
|||
cron:
|
||||
name: "clean up mod_auth_gssapi tokens"
|
||||
hour: "3"
|
||||
minute: "0"
|
||||
user: root
|
||||
job: "sweeper -g /run/ipa/ccaches/"
|
||||
job: "/usr/local/bin/sweeper -g /run/ipa/ccaches/"
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue