summaryrefslogtreecommitdiff
path: root/system/glyptodon/config
diff options
context:
space:
mode:
Diffstat (limited to 'system/glyptodon/config')
-rw-r--r--system/glyptodon/config/glyptodon.cron1
-rw-r--r--system/glyptodon/config/glyptodon.logrotate8
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 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
+}
+