From 35ee1fdb98268a8fddf4e011ffa7ee9f4ad1180e Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 24 Sep 2019 23:01:15 -0400 Subject: [PATCH] Update background_jobs_configuration.rst --- .../configuration_server/background_jobs_configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/background_jobs_configuration.rst b/admin_manual/configuration_server/background_jobs_configuration.rst index c2f426b48..ec1e7be99 100644 --- a/admin_manual/configuration_server/background_jobs_configuration.rst +++ b/admin_manual/configuration_server/background_jobs_configuration.rst @@ -101,8 +101,9 @@ This approach requires two files: **nextcloudcron.service** and **nextcloudcron. User=www-data ExecStart=/usr/bin/php -f /var/www/nextcloud/cron.php -Replace the user ``www-data`` with the user of your http server and ``/var/www/nextcloud/cron.php`` with the location of **cron.php** in your nextcloud directory. -Note that the **.service** unit file does not need an ``[Install]`` section. Please check your setup because we recommended it in earlier versions of this admin manual. +Replace the user ``www-data`` with the user of your http server and ``/var/www/nextcloud/cron.php`` with the location of **cron.php** in your nextcloud directory. + +Note that the **.service** unit file does not need an ``[Install]`` section. Please check your setup because we recommended it in earlier versions of this admin manual. **nextcloudcron.timer** should look like this::