crontab 274 B

123456789
  1. # In order to run pisg in crontab, then do 'crontab -e' as a normal user,
  2. # and insert a line like this:
  3. */10 * * * * /path/to/pisg.pl --silent
  4. # This will make pisg run every 10 minutes, or you could do it every hour
  5. # by doing this:
  6. * 0 * * * /path/to/pisg.pl --silent