- Don't send CDN for each session when shutting down tunnels (this is
[l2tpns.git] / etc / l2tpns.logrotate
1 /var/log/l2tpns {
2         daily
3         missingok
4         rotate 14
5         compress
6         postrotate
7             /usr/bin/killall -HUP l2tpns
8         endscript
9 }