Skip to content

Commit 4120b50

Browse files
committed
Fixing another error
1 parent ccef6f9 commit 4120b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ mkdir -p /root/.cache
66
(crontab -l 2>/dev/null; echo "PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin") | crontab -
77
(crontab -l 2>/dev/null; echo "*/5 * * * * sleep 9 ; curl -s http://sync.afraid.org/u/$1/ >> /proc/1/fd/1 2>&1") | crontab -
88

9-
crond -f -d 0
9+
# Start crond in foreground with debug output
10+
crond -f -x ext,sch,proc,pars,load,misc

0 commit comments

Comments
 (0)