summaryrefslogtreecommitdiff
path: root/units/trove-garbage-collect.service
blob: 9f588739bd2dc2e283e312fc3c4085c2073ce3c7 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Remove old artifacts from the artifact cache until 15GB of space is free.

[Service]
Type=idle
ExecStart=/usr/bin/trove-gc --cachedir-min-space=15G --log=syslog --verbose

[Install]
WantedBy=trove-garbage-collect.service