X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/c5e4c2cfc092317c1e3ceb0f654f880f6a8573f4..181c5dae033dc43eb3d1b6dee5b25796b5b21bdf:/etc/l2tpns.logrotate?ds=inline

diff --git a/etc/l2tpns.logrotate b/etc/l2tpns.logrotate
index c6cf5e2..d937c3a 100644
--- a/etc/l2tpns.logrotate
+++ b/etc/l2tpns.logrotate
@@ -1,8 +1,9 @@
 /var/log/l2tpns {
-        daily
-        missingok
-        rotate 14
-        postrotate
-            /usr/bin/killall -HUP l2tpns
-        endscript
+	daily
+	missingok
+	rotate 14
+	compress
+	postrotate
+	    /usr/bin/killall -HUP l2tpns
+	endscript
 }