]> git.pld-linux.org Git - packages/asterisk.git/blobdiff - asterisk.logrotate
- logrotate
[packages/asterisk.git] / asterisk.logrotate
diff --git a/asterisk.logrotate b/asterisk.logrotate
new file mode 100644 (file)
index 0000000..a5ecc5f
--- /dev/null
@@ -0,0 +1,12 @@
+/var/log/asterisk/* /var/log/asterisk/*/* {
+       create 640 root logs    
+        daily
+        missingok
+       compress
+       delaycompress
+        rotate 30
+        sharedscripts
+        postrotate
+                /sbin/service asterisk logger-reload
+        endscript
+}
This page took 0.194952 seconds and 4 git commands to generate.