diff options
-rw-r--r-- | sample/crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/crontab b/sample/crontab index eddf5f48..4be44b03 100644 --- a/sample/crontab +++ b/sample/crontab @@ -12,7 +12,7 @@ # 每個小時 10 分執行熱門話題統計 #50 * * * * bin/parse_news -10 * * * * bin/poststat +10 * * * * bin/poststat /home/bbs # 每天 5:30 執行使用者排行榜更新 30 5 * * * bin/topusr 10 etc/topusr |