improve docs
This commit is contained in:
parent
0d0c879458
commit
2da8d92bae
1 changed files with 6 additions and 4 deletions
|
|
@ -507,12 +507,14 @@ tower, etc.)
|
|||
|
||||
Script is by default installed on hub as `/usr/sbin/koji-sweepd-db`. On systemd
|
||||
systems it also has corresponding `koji-sweep-db` service and timer. Note, that
|
||||
timer is not enabled by default, so you need to run usual `systemctl` commands.
|
||||
Cron files are not distributed, but are pretty easy to set up, if you prefer
|
||||
one.
|
||||
timer is not enabled by default, so you need to run usual `systemctl` commands:
|
||||
|
||||
::
|
||||
|
||||
systemctl enable --now koji-sweep-db.timer
|
||||
|
||||
If you don't want to use this script, be sure to run following SQL with
|
||||
appropriate age setting. Default value of one day should be ok for normal
|
||||
appropriate age setting. Default value of one day should be ok for most
|
||||
deployments.
|
||||
|
||||
::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue