diff options
Diffstat (limited to 'system/glyptodon/config/glyptodon.logrotate')
-rw-r--r-- | system/glyptodon/config/glyptodon.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/glyptodon/config/glyptodon.logrotate b/system/glyptodon/config/glyptodon.logrotate new file mode 100644 index 0000000000..203d05c7bf --- /dev/null +++ b/system/glyptodon/config/glyptodon.logrotate @@ -0,0 +1,8 @@ + +/var/log/glyptodon.log { + weekly + size 16k + rotate 8 + compress +} + |