mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-10 22:59:19 +00:00
debug image garbage collection
This commit is contained in:
@@ -16,8 +16,8 @@ else
|
||||
fi
|
||||
|
||||
# Run garbage collection job in background
|
||||
echo "0 * * * * /garbage-collect.sh >> /proc/1/fd/1 2>&1" > /etc/crontabs/root
|
||||
crond
|
||||
echo "* * * * * /garbage-collect.sh >> /proc/1/fd/1 2>&1" > /etc/crontabs/root
|
||||
crond -l 2
|
||||
|
||||
case "$1" in
|
||||
*.yaml|*.yml) set -- registry serve "$@" ;;
|
||||
|
||||
Reference in New Issue
Block a user