]> git.pld-linux.org Git - packages/bircd.git/blob - bircd.logrotate
- rel 2
[packages/bircd.git] / bircd.logrotate
1 /var/log/ircd/users.log {
2         su root ircd
3         olddir /var/log/archive/ircd
4         notifempty
5         create 640 ircd ircd
6
7         postrotate
8                 /etc/rc.d/init.d/ircd reload >/dev/null 2>&1
9         endscript
10 }
11
12 /var/log/ircd/opers.log {
13         su root ircd
14         olddir /var/log/archive/ircd
15         notifempty
16         create 640 ircd ircd
17
18         postrotate
19                 /etc/rc.d/init.d/ircd reload >/dev/null 2>&1
20         endscript
21 }
22
23 /var/log/ircd/rejects.log {
24         su root ircd
25         olddir /var/log/archive/ircd
26         notifempty
27         create 640 ircd ircd
28
29         postrotate
30                 /etc/rc.d/init.d/ircd reload >/dev/null 2>&1
31         endscript
32 }
This page took 0.066305 seconds and 3 git commands to generate.