[Pkg-owncloud-commits] [owncloud-doc] 30/38: Small tweak to command example, to suppress command output

David Prévot taffit at moszumanska.debian.org
Fri Oct 24 14:12:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 43594c3f107c12931ad87d4095dad81b83b18e40
Author: Carla Schroder <carla at owncloud.com>
Date:   Tue Oct 21 13:42:34 2014 -0700

    Small tweak to command example, to suppress command output
---
 admin_manual/configuration/background_jobs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin_manual/configuration/background_jobs.rst b/admin_manual/configuration/background_jobs.rst
index acef31f..77cb2fa 100644
--- a/admin_manual/configuration/background_jobs.rst
+++ b/admin_manual/configuration/background_jobs.rst
@@ -43,7 +43,7 @@ Using the operating system cron feature is the preferred method for executing re
 To run a cron job on a \*nix system, every 15 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::
 
   # crontab -u www-data -e
-  */15  *  *  *  * php -f /var/www/owncloud/cron.php
+  */15  *  *  *  * php -f /var/www/owncloud/cron.php /dev/null 2>&1
 
 You can verify if the cron job has been added and scheduled by executing::
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list