mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update admin_manual/configuration/background_jobs.rst
This commit is contained in:
parent
65f05434d1
commit
c9cfbf51d0
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user