Alternc  latest
Alternc logiel libre pour l'hébergement
alternc.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  dateext
14 }
15