Update admin_manual/configuration/background_jobs.rst

This commit is contained in:
j-ed
2013-02-16 18:31:11 +01:00
parent 65f05434d1
commit c9cfbf51d0

View File

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