]> git.pld-linux.org Git - packages/pound.git/commitdiff
- add
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 9 Jan 2009 15:27:45 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pound.logrotate -> 1.1

pound.logrotate [new file with mode: 0644]

diff --git a/pound.logrotate b/pound.logrotate
new file mode 100644 (file)
index 0000000..b3489ab
--- /dev/null
@@ -0,0 +1,10 @@
+/var/log/pound/*.log {
+       olddir /var/log/archive/pound
+
+       create 644 pound pound
+
+       sharedscripts
+       postrotate
+               /sbin/service pound flush-logs > /dev/null
+       endscript
+}
This page took 0.071103 seconds and 4 git commands to generate.