projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cleanup clash between timeout and session_timout
[l2tpns.git]
/
etc
/
l2tpns.logrotate
diff --git
a/etc/l2tpns.logrotate
b/etc/l2tpns.logrotate
index
c6cf5e2
..
d937c3a
100644
(file)
--- a/
etc/l2tpns.logrotate
+++ b/
etc/l2tpns.logrotate
@@
-1,8
+1,9
@@
/var/log/l2tpns {
/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
}
}