|
Revision 282, 0.6 kB
(checked in by anarcat, 3 years ago)
|
[project @ alternc: changeset 2004-05-25 02:35:38 by anonymous]
installer le logrotate "the Debian way"
Original author: anonymous
Date: 2004-05-25 02:35:38
|
| Line | |
|---|
| 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 www-data www-data |
|---|
| 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 |
|
|---|