]> git.pld-linux.org Git - packages/quagga.git/blob - quagga-ripd.logrotate
- removed temporary files
[packages/quagga.git] / quagga-ripd.logrotate
1 /var/log/quagga/ripd.log {
2         su quagga quagga
3         missingok
4         olddir /var/log/archive/quagga
5         create 640 quagga quagga
6         postrotate
7                 /bin/killall -USR1 ripd >/dev/null 2>&1
8         endscript
9 }
This page took 0.043336 seconds and 3 git commands to generate.