debug image garbage collection

This commit is contained in:
Salah Al Saleh
2024-02-05 22:10:28 +00:00
parent 3b6e2591b8
commit cf2205e6d8

View File

@@ -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 "$@" ;;