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 committed by Backportbot
parent f83a4cc53a
commit 21c3445822

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