X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3aa4eda8b1e0c4abc04439affe850d33648c7472..1b8cb12cb4e85703102de8e464c66603e1766c23:/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
 }