View Single Post
  #13  
Old 12-21-2011, 10:25 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
updated the package.

* * * * * $PHP_BIN $DEST_DIR/ls_stats/update.php > /dev/null
is recommended.

this will redirect STDOUT only to /dev/null, but not STDERR.
so if there is any error message to STDERR, e.g., "/path/to/lsphp5" is deleted for
some reason, you'll receive an warning email from logwatch.
Reply With Quote