Update background_jobs_configuration.rst

Adjust nextcloudcron.service to wait for mysql.service dependency before starting. This prevents errors during a  reboot.
This commit is contained in:
Steve
2019-08-24 11:15:39 -04:00
parent 1c1184d4ac
commit 372c4e4bdc

View File

@@ -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