Skip to content

ccc-blog

random tech notes

Recent Posts

  • Enabling PHP-FPM and HTTP/2 on Apache2
  • Restoring Notepad++ in the right-click context menu “New” menu
  • Cordova Google Maps Plugin and cordova-android 11
  • Gimp EZ Perspective
  • Set-Cookie in .htaccess kills PHP session

Recent Comments

  • Luciano on Automated rsync backups from a webserver to Qnap NAS
  • Ronald on Add language to Android Lollipop keyboard
  • Michel on Add language to Android Lollipop keyboard
  • Ronald on Post from server to Facebook page with FB’s PHP SDK 4
  • Somchai on Post from server to Facebook page with FB’s PHP SDK 4

Archives

  • November 2023
  • April 2023
  • January 2023
  • April 2021
  • February 2018
  • October 2016
  • September 2016
  • November 2015
  • October 2015
  • June 2015
  • May 2015
  • January 2015

Categories

  • cordova
  • Geen categorie
  • misc
  • server admin

Tag: cron

Stop cron from cluttering syslog

Every time a cron job is executed, an entry will be added to syslog, no matter whether the job succeeded or not. I have a couple of crons that run every minute, so syslog gets awfully cluttered with useless lines. Adding > /dev/null or > /dev/null 2>&1 to the job commands doesn’t help.

Continue reading Stop cron from cluttering syslog

Posted on 26 January 20152 May 2015Categories server adminTags cron, DebianLeave a comment on Stop cron from cluttering syslog
contentecontent.com | Privacy policy