Current Path : /etc/logrotate.d/ |
Current File : //etc/logrotate.d/pxp-agent |
/var/log/puppetlabs/pxp-agent/*.log { daily missingok rotate 30 compress delaycompress notifempty sharedscripts postrotate if [ -s /var/run/puppetlabs/pxp-agent.pid ]; then kill -USR2 `cat /var/run/puppetlabs/pxp-agent.pid`; fi endscript }