File: crontab

package info (click to toggle)
pisg 0.71-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,228 kB
  • ctags: 357
  • sloc: perl: 7,472; xml: 3,144; sed: 169; makefile: 48; tcl: 23; awk: 15
file content (9 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
# In order to run pisg in crontab, then do 'crontab -e' as a normal user,
# and insert a line like this:

*/10 * * * * /path/to/pisg --silent

# This will make pisg run every 10 minutes, or you could do it every hour
# by doing this:

0 * * * * /path/to/pisg --silent