Bug #2614 » cron-config-llsense3.lerabling.org-20120828192814.xml
1 |
|
---|---|
2 |
<cron>
|
3 |
<item>
|
4 |
<minute>0</minute> |
5 |
<hour>*</hour> |
6 |
<mday>*</mday> |
7 |
<month>*</month> |
8 |
<wday>*</wday> |
9 |
<who>root</who> |
10 |
<command>/usr/bin/nice -n20 newsyslog</command> |
11 |
</item>
|
12 |
<item>
|
13 |
<minute>1,31</minute> |
14 |
<hour>0-5</hour> |
15 |
<mday>*</mday> |
16 |
<month>*</month> |
17 |
<wday>*</wday> |
18 |
<who>root</who> |
19 |
<command>/usr/bin/nice -n20 adjkerntz -a</command> |
20 |
</item>
|
21 |
<item>
|
22 |
<minute>1</minute> |
23 |
<hour>3</hour> |
24 |
<mday>1</mday> |
25 |
<month>*</month> |
26 |
<wday>*</wday> |
27 |
<who>root</who> |
28 |
<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command> |
29 |
</item>
|
30 |
<item>
|
31 |
<minute>*/60</minute> |
32 |
<hour>*</hour> |
33 |
<mday>*</mday> |
34 |
<month>*</month> |
35 |
<wday>*</wday> |
36 |
<who>root</who> |
37 |
<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command> |
38 |
</item>
|
39 |
<item>
|
40 |
<minute>1</minute> |
41 |
<hour>1</hour> |
42 |
<mday>*</mday> |
43 |
<month>*</month> |
44 |
<wday>*</wday> |
45 |
<who>root</who> |
46 |
<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command> |
47 |
</item>
|
48 |
<item>
|
49 |
<minute>*/60</minute> |
50 |
<hour>*</hour> |
51 |
<mday>*</mday> |
52 |
<month>*</month> |
53 |
<wday>*</wday> |
54 |
<who>root</who> |
55 |
<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command> |
56 |
</item>
|
57 |
<item>
|
58 |
<minute>30</minute> |
59 |
<hour>12</hour> |
60 |
<mday>*</mday> |
61 |
<month>*</month> |
62 |
<wday>*</wday> |
63 |
<who>root</who> |
64 |
<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command> |
65 |
</item>
|
66 |
<item>
|
67 |
<task_name>lightsquid_parser_today</task_name> |
68 |
<minute>*/30</minute> |
69 |
<hour>*</hour> |
70 |
<mday>*</mday> |
71 |
<month>*</month> |
72 |
<wday>*</wday> |
73 |
<who>root</who> |
74 |
<command>/usr/bin/perl /usr/local/www/lightsquid/lightparser.pl today</command> |
75 |
</item>
|
76 |
<item>
|
77 |
<task_name>lightsquid_parser_yesterday</task_name> |
78 |
<minute>15</minute> |
79 |
<hour>0</hour> |
80 |
<mday>*</mday> |
81 |
<month>*</month> |
82 |
<wday>*</wday> |
83 |
<who>root</who> |
84 |
<command>/usr/bin/perl /usr/local/www/lightsquid/lightparser.pl yesterday</command> |
85 |
</item>
|
86 |
<item>
|
87 |
<minute>0,15,30,45</minute> |
88 |
<hour>*</hour> |
89 |
<mday>*</mday> |
90 |
<month>*</month> |
91 |
<wday>*</wday> |
92 |
<who>root</who> |
93 |
<command>/etc/rc.filter_configure_sync</command> |
94 |
</item>
|
95 |
<item>
|
96 |
<minute>0</minute> |
97 |
<hour>*</hour> |
98 |
<mday>*</mday> |
99 |
<month>*</month> |
100 |
<wday>*</wday> |
101 |
<who>root</who> |
102 |
<command>/usr/local/bin/php -q /usr/local/www/pfblocker.php cron</command> |
103 |
</item>
|
104 |
</cron>
|