We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccef6f9 commit 4120b50Copy full SHA for 4120b50
entrypoint.sh
@@ -6,4 +6,5 @@ mkdir -p /root/.cache
6
(crontab -l 2>/dev/null; echo "PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin") | crontab -
7
(crontab -l 2>/dev/null; echo "*/5 * * * * sleep 9 ; curl -s http://sync.afraid.org/u/$1/ >> /proc/1/fd/1 2>&1") | crontab -
8
9
-crond -f -d 0
+# Start crond in foreground with debug output
10
+crond -f -x ext,sch,proc,pars,load,misc
0 commit comments