-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcronjobs.xml
41 lines (41 loc) · 1.4 KB
/
cronjobs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/cronjobs.xsd">
<import>
<cronjob>
<classpath>lib/system/cronjob/CleanupCronjob.class.php</classpath>
<description>Hourly Cleanup</description>
<startminute>*/30</startminute>
<starthour>*</starthour>
<startdom>*</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<execmultiple>0</execmultiple>
<canbeedited>0</canbeedited>
<canbedisabled>0</canbedisabled>
</cronjob>
<cronjob>
<classPath>lib/system/cronjob/EmptyRecycleBinCronjob.class.php</classPath>
<description>Empties Recycle Bin</description>
<startminute>0</startminute>
<starthour>10</starthour>
<startdom>*</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<execmultiple>0</execmultiple>
<canbeedited>0</canbeedited>
<canbedisabled>1</canbedisabled>
</cronjob>
<cronjob>
<classpath>lib/system/cronjob/EnableDelayedEntriesCronjob.class.php</classpath>
<description>Enables delayed entries</description>
<startminute>0</startminute>
<starthour>*</starthour>
<startdom>*</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<execmultiple>0</execmultiple>
<canbeedited>0</canbeedited>
<canbedisabled>0</canbedisabled>
</cronjob>
</import>
</data>