소스 검색

Better crontab example

Morten Brix Pedersen 25 년 전
부모
커밋
c24aa8e258
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/crontab

+ 1 - 1
scripts/crontab

@@ -1,7 +1,7 @@
 # In order to run pisg in crontab, then do 'crontab -e' as a normal user,
 # and insert a line like this:
 
-10,20,30,40,50,60 * * * * /path/to/pisg.pl
+*/10 * * * * /path/to/pisg.pl
 
 # This will make pisg run every 10 minutes, or you could do it every hour
 # by doing this: