home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / VAR / SPOOL / CRON / CRONTABS / ROOT < prev   
Text File  |  1994-05-06  |  368b  |  7 lines

  1. # Run the 'atrun' program every 5 minutes
  2. # This runs anything that's due to run from 'at'. See man 'at' or 'atrun'.
  3. 0,5,10,15,20,25,30,35,40,45,50,55 * * * *    /usr/lib/atrun
  4. # This touches a filename in the temp directory so that you can see cron is
  5. # working if the timestamp is current. Comment it out if it bugs you. :^)
  6. # * * * * *       touch /tmp/.crond_running
  7.