From e3806b2546f03be8c8b1827e375a6e349045c1c9 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 11 Aug 2002 18:46:21 +0000 Subject: Initial import --- debian/echolot.logrotate | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/echolot.logrotate (limited to 'debian/echolot.logrotate') diff --git a/debian/echolot.logrotate b/debian/echolot.logrotate new file mode 100644 index 0000000..0397e16 --- /dev/null +++ b/debian/echolot.logrotate @@ -0,0 +1,11 @@ +/var/log/echolot/echolot.log { + weekly + rotate 5 + compress + missingok + notifempty + postrotate + /etc/init.d/echolot process + endscript + create 640 echolot adm +} -- cgit v1.2.3