summaryrefslogtreecommitdiffstats
path: root/network/yadifa/yadifa.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/yadifa/yadifa.logrotate')
-rw-r--r--network/yadifa/yadifa.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/yadifa/yadifa.logrotate b/network/yadifa/yadifa.logrotate
new file mode 100644
index 0000000000..93cdd2ee13
--- /dev/null
+++ b/network/yadifa/yadifa.logrotate
@@ -0,0 +1,11 @@
+/var/log/yadifa/*.log {
+ daily
+ rotate 14
+ notifempty
+ missingok
+ compress
+ sharedscripts
+ postrotate
+ /etc/rc.d/rc.yadifa logreopen
+ endscript
+}