zebra.logrotate
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:1k
源码类别:

网络

开发平台:

Unix_Linux

  1. /var/log/zebra/zebra.log {
  2.     notifempty
  3.     missingok
  4.     postrotate
  5. /usr/bin/killall -USR1 zebra
  6.     endscript
  7. }
  8. /var/log/zebra/bgpd.log {
  9.     notifempty
  10.     missingok
  11.     postrotate
  12. /usr/bin/killall -USR1 bgpd
  13.     endscript
  14. }
  15. /var/log/zebra/ospf.log {
  16.     notifempty
  17.     missingok
  18.     postrotate
  19. /usr/bin/killall -USR1 ospfd
  20.     endscript
  21. }
  22. /var/log/zebra/ospf6.log {
  23.     notifempty
  24.     missingok
  25.     postrotate
  26. /usr/bin/killall -USR1 ospf6d
  27.     endscript
  28. }
  29. /var/log/zebra/rip.log {
  30.     notifempty
  31.     missingok
  32.     postrotate
  33. /usr/bin/killall -USR1 ripd
  34.     endscript
  35. }
  36. /var/log/zebra/ripng.log {
  37.     notifempty
  38.     missingok
  39.     postrotate
  40. /usr/bin/killall -USR1 ripng
  41.     endscript
  42. }