diff options
Diffstat (limited to 'system/glyptodon/config')
-rw-r--r-- | system/glyptodon/config/glyptodon.cron | 1 | ||||
-rw-r--r-- | system/glyptodon/config/glyptodon.logrotate | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/system/glyptodon/config/glyptodon.cron b/system/glyptodon/config/glyptodon.cron new file mode 100644 index 0000000000000..abe485a55bb80 --- /dev/null +++ b/system/glyptodon/config/glyptodon.cron @@ -0,0 +1 @@ +/usr/local/sbin/glyptodon --capabilities-scan --capabilities-scan --skip-dir=/mnt,/media --log=/var/log/glyptodon.log diff --git a/system/glyptodon/config/glyptodon.logrotate b/system/glyptodon/config/glyptodon.logrotate new file mode 100644 index 0000000000000..203d05c7bf275 --- /dev/null +++ b/system/glyptodon/config/glyptodon.logrotate @@ -0,0 +1,8 @@ + +/var/log/glyptodon.log { + weekly + size 16k + rotate 8 + compress +} + |