mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
Update admin_manual/configuration/background_jobs.rst
This commit is contained in:
@@ -51,13 +51,13 @@ may have.
|
||||
|
||||
**Example**
|
||||
|
||||
To run a cron job on a *nix system, e.g. every 15min, you need to set-up the
|
||||
following cron job to call the ``cron.php`` script. Please check the crontab
|
||||
man page for the exact command syntax.
|
||||
To run a cron job on a *nix system, e.g. every 15min, under the default webserver
|
||||
user, e.g. 'www-data', you need to set-up the following cron job to call the
|
||||
`cron.php`` script. Please check the crontab man page for the exact command syntax.
|
||||
|
||||
::
|
||||
|
||||
# crontab -e
|
||||
# crontab -u www-data -e
|
||||
*/15 * * * * php -f /var/www/htdocs/owncloud/cron.php
|
||||
|
||||
.. _easyCron: http://www.easycron.com/
|
||||
|
||||
Reference in New Issue
Block a user