summaryrefslogtreecommitdiff
path: root/trunk/debian/echolot.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/debian/echolot.logrotate')
-rw-r--r--trunk/debian/echolot.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/debian/echolot.logrotate b/trunk/debian/echolot.logrotate
new file mode 100644
index 0000000..dd105d6
--- /dev/null
+++ b/trunk/debian/echolot.logrotate
@@ -0,0 +1,11 @@
+/var/log/echolot/echolot.log {
+ weekly
+ rotate 5
+ compress
+ missingok
+ notifempty
+ postrotate
+ /etc/init.d/echolot process > /dev/null
+ endscript
+ create 640 echolot adm
+}