From 372c4e4bdca3901dc4e9af0c3b7e57d01028679d Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 24 Aug 2019 11:15:39 -0400 Subject: [PATCH] Update background_jobs_configuration.rst Adjust nextcloudcron.service to wait for mysql.service dependency before starting. This prevents errors during a reboot. --- .../configuration_server/background_jobs_configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/configuration_server/background_jobs_configuration.rst b/admin_manual/configuration_server/background_jobs_configuration.rst index 0466d34af..58c81d9a7 100644 --- a/admin_manual/configuration_server/background_jobs_configuration.rst +++ b/admin_manual/configuration_server/background_jobs_configuration.rst @@ -96,6 +96,7 @@ This approach requires two files: **nextcloudcron.service** and **nextcloudcron. [Unit] Description=Nextcloud cron.php job + After=mysql.service [Service] User=www-data