Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 43
Line 2... Line 2...
2
        weekly
2
        weekly
3
        missingok
3
        missingok
4
        rotate 52
4
        rotate 8
5
        compress
5
        compress
6
        delaycompress
6
        delaycompress
7
        notifempty
7
        notifempty
8
}
8
}
9
 
9
 
10
/var/log/zarafa/dagent.log {
10
/var/log/zarafa/dagent.log {
11
        weekly
11
        weekly
12
        missingok
12
        missingok
13
        rotate 52
13
        rotate 8
14
        compress
14
        compress
15
        delaycompress
15
        delaycompress
16
        notifempty
16
        notifempty
17
        postrotate
17
        postrotate
18
			killall -HUP zarafa-dagent 2> /dev/null || true
18
			killall -HUP zarafa-dagent 2> /dev/null || true
Line 20... Line 20...
20
}
20
}
21
 
21
 
22
/var/log/zarafa/gateway.log {
22
/var/log/zarafa/gateway.log {
23
        weekly
23
        weekly
24
        missingok
24
        missingok
25
        rotate 52
25
        rotate 8
26
        compress
26
        compress
27
        delaycompress
27
        delaycompress
28
        notifempty
28
        notifempty
29
        postrotate
29
        postrotate
30
			killall -HUP zarafa-gateway 2> /dev/null || true
30
			killall -HUP zarafa-gateway 2> /dev/null || true
Line 32... Line 32...
32
}
32
}
33
 
33
 
34
/var/log/zarafa/ical.log {
34
/var/log/zarafa/ical.log {
35
        weekly
35
        weekly
36
        missingok
36
        missingok
37
        rotate 52
37
        rotate 8
38
        compress
38
        compress
39
        delaycompress
39
        delaycompress
40
        notifempty
40
        notifempty
41
        postrotate
41
        postrotate
42
			killall -HUP zarafa-ical 2> /dev/null || true
42
			killall -HUP zarafa-ical 2> /dev/null || true
Line 44... Line 44...
44
}
44
}
45
 
45
 
46
/var/log/zarafa/search.log {
46
/var/log/zarafa/search.log {
47
        weekly
47
        weekly
48
        missingok
48
        missingok
49
        rotate 52
49
        rotate 8
50
        compress
50
        compress
51
        delaycompress
51
        delaycompress
52
        notifempty
52
        notifempty
53
        postrotate
53
        postrotate
54
			killall -HUP zarafa-search 2> /dev/null || true
54
			killall -HUP zarafa-search 2> /dev/null || true
Line 56... Line 56...
56
}
56
}
57
 
57
 
58
/var/log/zarafa/licensed.log {
58
/var/log/zarafa/licensed.log {
59
        weekly
59
        weekly
60
        missingok
60
        missingok
61
        rotate 52
61
        rotate 8
62
        compress
62
        compress
63
        delaycompress
63
        delaycompress
64
        notifempty
64
        notifempty
65
        postrotate
65
        postrotate
66
			killall -HUP zarafa-licensed 2> /dev/null || true
66
			killall -HUP zarafa-licensed 2> /dev/null || true
Line 68... Line 68...
68
}
68
}
69
 
69
 
70
/var/log/zarafa/monitor.log {
70
/var/log/zarafa/monitor.log {
71
        weekly
71
        weekly
72
        missingok
72
        missingok
73
        rotate 52
73
        rotate 8
74
        compress
74
        compress
75
        delaycompress
75
        delaycompress
76
        notifempty
76
        notifempty
77
        postrotate
77
        postrotate
78
			killall -HUP zarafa-monitor 2> /dev/null || true
78
			killall -HUP zarafa-monitor 2> /dev/null || true
Line 80... Line 80...
80
}
80
}
81
 
81
 
82
/var/log/zarafa/server.log /var/log/zarafa/audit.log {
82
/var/log/zarafa/server.log /var/log/zarafa/audit.log {
83
        weekly
83
        weekly
84
        missingok
84
        missingok
85
        rotate 52
85
        rotate 8
86
        compress
86
        compress
87
        delaycompress
87
        delaycompress
88
        notifempty
88
        notifempty
89
        postrotate
89
        postrotate
90
			killall -HUP zarafa-server 2> /dev/null || true
90
			killall -HUP zarafa-server 2> /dev/null || true
Line 92... Line 92...
92
}
92
}
93
 
93
 
94
/var/log/zarafa/spooler.log {
94
/var/log/zarafa/spooler.log {
95
        weekly
95
        weekly
96
        missingok
96
        missingok
97
        rotate 52
97
        rotate 8
98
        compress
98
        compress
99
        delaycompress
99
        delaycompress
100
        notifempty
100
        notifempty
101
        postrotate
101
        postrotate
102
			killall -HUP zarafa-spooler 2> /dev/null || true
102
			killall -HUP zarafa-spooler 2> /dev/null || true
Line 104... Line 104...
104
}
104
}
105
 
105
 
106
/var/log/zarafa/ws.log {
106
/var/log/zarafa/ws.log {
107
        weekly
107
        weekly
108
        missingok
108
        missingok
109
        rotate 52
109
        rotate 8
110
        compress
110
        compress
111
        delaycompress
111
        delaycompress
112
        notifempty
112
        notifempty
113
        postrotate
113
        postrotate
114
			killall -HUP zarafa-ws 2> /dev/null || true
114
			killall -HUP zarafa-ws 2> /dev/null || true