mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Since cron will be executed via PHP, cron.php does not need executable permissions
Signed-off-by: Anirudh Duggal <anirudhdggl@gmail.com>
This commit is contained in:
@@ -64,8 +64,6 @@ Using the operating system cron feature is the preferred method for executing
|
||||
regular tasks. This method enables the execution of scheduled jobs without the
|
||||
inherent limitations the Web server might have.
|
||||
|
||||
.. note:: Please make sure that your cron.php file has executable permissions and is owned by www-data
|
||||
|
||||
To run a cron job on a \*nix system, every 5 minutes, under the default Web
|
||||
server user (often, ``www-data`` or ``wwwrun``), you must set up the following
|
||||
cron job to call the **cron.php** script::
|
||||
|
||||
Reference in New Issue
Block a user