Sha256: 4b7005f08ddcb1407d4316ff5b997706a45e67e03e3cd87044f339ad0a7da03f

Contents?: true

Size: 175 Bytes

Versions: 7

Compression:

Stored size: 175 Bytes

Contents

<%= fetch(:deploy_to) %>/shared/log/*.log {
  su <%= fetch(:user) %> <%= fetch(:user) %>
  maxsize 1G
  weekly
  missingok
  copytruncate
  rotate 5
  compress
  notifempty
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pixelforce_recipes-3.9 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-3.8 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-3.7 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-3.6 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-3.5 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-3.4 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-3.3 lib/pixelforce_recipes/templates/logrotate.erb