From 44930dbae692fd26ce6c4e4c7eebdf832437bb1c Mon Sep 17 00:00:00 2001 From: Menno Duursma Date: Thu, 21 Oct 2010 00:05:41 +0100 Subject: system/glyptodon: Added. (file-system analyzer). Signed-off-by: Michiel van Wessem --- system/glyptodon/config/glyptodon.cron | 1 + system/glyptodon/config/glyptodon.logrotate | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 system/glyptodon/config/glyptodon.cron create mode 100644 system/glyptodon/config/glyptodon.logrotate (limited to 'system/glyptodon/config') diff --git a/system/glyptodon/config/glyptodon.cron b/system/glyptodon/config/glyptodon.cron new file mode 100644 index 0000000000..abe485a55b --- /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 0000000000..203d05c7bf --- /dev/null +++ b/system/glyptodon/config/glyptodon.logrotate @@ -0,0 +1,8 @@ + +/var/log/glyptodon.log { + weekly + size 16k + rotate 8 + compress +} + -- cgit v1.2.3