blob: d565da2fae74846b277827a722ffa4b0e07b58f9 [file] [log] [blame]
create
&DIR&/test.log &DIR&/anothertest.log {
monthly
rotate 3
start 6
mail user@myhost.org
maillast
sharedscripts
postrotate
touch scriptout
echo $(cat scriptout) foo > foo
mv foo scriptout
endscript
}