File: crontab

package info (click to toggle)
pisg 0.80~preview2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: perl: 7,802; xml: 3,141; makefile: 192; sed: 169; tcl: 33; awk: 15; sh: 4
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