Sha256: 1f113e9e00052e69c56370289d4b15b8814f69b18cf477455430678d03a95af7
Contents?: true
Size: 342 Bytes
Versions: 3
Compression:
Stored size: 342 Bytes
Contents
<% @path = "/etc/logrotate.d/nginx_frontend" @no_backup = true -%> /mnt/log/nginx_frontend/*.log { daily missingok dateext create 640 root root sharedscripts postrotate [ ! -f /var/run/nginx_frontend.pid ] || kill -USR1 `cat /var/run/nginx_frontend.pid` endscript }
Version data entries
3 entries across 3 versions & 1 rubygems