chiark / gitweb /
server/, keys/: Support Bernstein's X25519 and Hamburg's X448 algorithms.
[tripe] / debian / tripe.logrotate
CommitLineData
1a372224 1/var/log/tripe/tripe.log {
ef4a1ab7 2 rotate 7
3 weekly
4 compress
5 postrotate
6 kill -HUP `cat /var/run/tripectl.pid`
7 endscript
8 missingok
9}