Alternc  latest
Alternc logiel libre pour l'hébergement
alternc-slave.logrotate
Go to the documentation of this file.
1 #
2 # Logrotate.d script for AlternC
3 # $Id: alternc.logrotate,v 1.1 2004/05/25 02:35:38 anonymous Exp $
4 #
5 
6 /var/log/alternc/bureau.log {
7  monthly
8  missingok
9  create 0640 alterncpanel adm
10  rotate 12
11  compress
12  delaycompress
13 }
14 
15 /var/log/alternc/domaines.log {
16  monthly
17  missingok
18  create 0640 root root
19  rotate 12
20  compress
21  delaycompress
22 }
23 
24 /var/log/alternc/sub_domaines.log {
25  monthly
26  missingok
27  create 0640 root root
28  rotate 12
29  compress
30  delaycompress
31 }
32