Skip to content

Commit 0515eb6

Browse files
committed
Removing debug output
1 parent 4120b50 commit 0515eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +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-
# Start crond in foreground with debug output
10-
crond -f -x ext,sch,proc,pars,load,misc
9+
# Start crond in foreground
10+
crond -f

0 commit comments

Comments
 (0)