no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


cronie [2011/11/29 19:39] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== cronie ======
  
 +cronie is a cron job daemon that is being phased in as a replacement for fcron.  The reason for the change is that [[fcron]] will often spawn processes that turn into zombies (history is vague).
 +
 +=== Configuration ===
 +
 +Run ''crontab /etc/crontab'' to set the default cron jobs.
 +
 +=== Syntax ===
 +
 +Unlike other cron daemons, the crontab line must not have the user in it.  Anything after the timing sequence will be executed.
 +
 +<code>
 +# Backup Manager
 +0 4 * * *       /root/cron/backups.sh
 +</code>

Navigation
QR Code
QR Code cronie (generated for current page)