From 6555f8b48cf468bbf792c6c53eac717a262bde11 Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Mon, 5 Feb 2024 15:11:14 -0800 Subject: [PATCH] heroku dyno user (#131) --- registry/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/entrypoint.sh b/registry/entrypoint.sh index 584b1a8..14a2e50 100755 --- a/registry/entrypoint.sh +++ b/registry/entrypoint.sh @@ -16,7 +16,7 @@ else fi # Run garbage collection job in background -echo "* * * * * /garbage-collect.sh >> /proc/1/fd/1 2>&1" > /etc/crontabs/root +echo "* * * * * /garbage-collect.sh >> /proc/1/fd/1 2>&1" > /etc/crontabs/dyno crond -l 2 case "$1" in