test-config.5.in 226 B

123456789101112131415
  1. create
  2. &DIR&/test.log &DIR&/anothertest.log {
  3. monthly
  4. rotate 1
  5. mail user@invalid.
  6. maillast
  7. sharedscripts
  8. postrotate
  9. touch scriptout
  10. echo $(cat scriptout) foo > foo
  11. mv foo scriptout
  12. endscript
  13. }