diff --git a/12.0/apache/cron.sh b/12.0/apache/cron.sh
index 4dfa4118..4803e476 100755
--- a/12.0/apache/cron.sh
+++ b/12.0/apache/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/12.0/apache/entrypoint.sh b/12.0/apache/entrypoint.sh
index 045227e8..931454f8 100755
--- a/12.0/apache/entrypoint.sh
+++ b/12.0/apache/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/12.0/fpm-alpine/cron.sh b/12.0/fpm-alpine/cron.sh
index 4dfa4118..4803e476 100755
--- a/12.0/fpm-alpine/cron.sh
+++ b/12.0/fpm-alpine/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/12.0/fpm-alpine/entrypoint.sh b/12.0/fpm-alpine/entrypoint.sh
index 045227e8..931454f8 100755
--- a/12.0/fpm-alpine/entrypoint.sh
+++ b/12.0/fpm-alpine/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/12.0/fpm/cron.sh b/12.0/fpm/cron.sh
index 4dfa4118..4803e476 100755
--- a/12.0/fpm/cron.sh
+++ b/12.0/fpm/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/12.0/fpm/entrypoint.sh b/12.0/fpm/entrypoint.sh
index 045227e8..931454f8 100755
--- a/12.0/fpm/entrypoint.sh
+++ b/12.0/fpm/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/13.0/apache/cron.sh b/13.0/apache/cron.sh
index 4dfa4118..4803e476 100755
--- a/13.0/apache/cron.sh
+++ b/13.0/apache/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/13.0/apache/entrypoint.sh b/13.0/apache/entrypoint.sh
index 045227e8..931454f8 100755
--- a/13.0/apache/entrypoint.sh
+++ b/13.0/apache/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/13.0/fpm-alpine/cron.sh b/13.0/fpm-alpine/cron.sh
index 4dfa4118..4803e476 100755
--- a/13.0/fpm-alpine/cron.sh
+++ b/13.0/fpm-alpine/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/13.0/fpm-alpine/entrypoint.sh b/13.0/fpm-alpine/entrypoint.sh
index 045227e8..931454f8 100755
--- a/13.0/fpm-alpine/entrypoint.sh
+++ b/13.0/fpm-alpine/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/13.0/fpm/cron.sh b/13.0/fpm/cron.sh
index 4dfa4118..4803e476 100755
--- a/13.0/fpm/cron.sh
+++ b/13.0/fpm/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/13.0/fpm/entrypoint.sh b/13.0/fpm/entrypoint.sh
index 045227e8..931454f8 100755
--- a/13.0/fpm/entrypoint.sh
+++ b/13.0/fpm/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/14.0/apache/cron.sh b/14.0/apache/cron.sh
index 4dfa4118..4803e476 100755
--- a/14.0/apache/cron.sh
+++ b/14.0/apache/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/14.0/apache/entrypoint.sh b/14.0/apache/entrypoint.sh
index 045227e8..931454f8 100755
--- a/14.0/apache/entrypoint.sh
+++ b/14.0/apache/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/14.0/fpm-alpine/cron.sh b/14.0/fpm-alpine/cron.sh
index 4dfa4118..4803e476 100755
--- a/14.0/fpm-alpine/cron.sh
+++ b/14.0/fpm-alpine/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/14.0/fpm-alpine/entrypoint.sh b/14.0/fpm-alpine/entrypoint.sh
index 045227e8..931454f8 100755
--- a/14.0/fpm-alpine/entrypoint.sh
+++ b/14.0/fpm-alpine/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/14.0/fpm/cron.sh b/14.0/fpm/cron.sh
index 4dfa4118..4803e476 100755
--- a/14.0/fpm/cron.sh
+++ b/14.0/fpm/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/14.0/fpm/entrypoint.sh b/14.0/fpm/entrypoint.sh
index 045227e8..931454f8 100755
--- a/14.0/fpm/entrypoint.sh
+++ b/14.0/fpm/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/15.0-beta/apache/cron.sh b/15.0-beta/apache/cron.sh
index 4dfa4118..4803e476 100755
--- a/15.0-beta/apache/cron.sh
+++ b/15.0-beta/apache/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/15.0-beta/apache/entrypoint.sh b/15.0-beta/apache/entrypoint.sh
index 045227e8..931454f8 100755
--- a/15.0-beta/apache/entrypoint.sh
+++ b/15.0-beta/apache/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/15.0-beta/fpm-alpine/cron.sh b/15.0-beta/fpm-alpine/cron.sh
index 4dfa4118..4803e476 100755
--- a/15.0-beta/fpm-alpine/cron.sh
+++ b/15.0-beta/fpm-alpine/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/15.0-beta/fpm-alpine/entrypoint.sh b/15.0-beta/fpm-alpine/entrypoint.sh
index 045227e8..931454f8 100755
--- a/15.0-beta/fpm-alpine/entrypoint.sh
+++ b/15.0-beta/fpm-alpine/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/15.0-beta/fpm/cron.sh b/15.0-beta/fpm/cron.sh
index 4dfa4118..4803e476 100755
--- a/15.0-beta/fpm/cron.sh
+++ b/15.0-beta/fpm/cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/15.0-beta/fpm/entrypoint.sh b/15.0-beta/fpm/entrypoint.sh
index 045227e8..931454f8 100755
--- a/15.0-beta/fpm/entrypoint.sh
+++ b/15.0-beta/fpm/entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"
diff --git a/docker-cron.sh b/docker-cron.sh
index 4dfa4118..4803e476 100755
--- a/docker-cron.sh
+++ b/docker-cron.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -eu
 
-exec busybox crond -f -l 0 -L /dev/stdout
+exec busybox crond -b -l 0 -L /dev/stdout
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index 045227e8..931454f8 100755
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
     fi
 fi
 
+/cron.sh
+
 exec "$@"