create /home/olaf/doc/mydocs/unix/logrotate/test/script_handling_rotation/logfile.txt { rotate 20 daily missingok notifempty delaycompress compress postrotate pkill -f -HUP logfile_write.sh; endscript } /home/olaf/doc/mydocs/unix/logrotate/test/script_handling_rotation/logfile2.txt { rotate 20 daily missingok notifempty delaycompress compress postrotate pkill -f -HUP logfile_write_longrunning_subprocess.sh; endscript }