summaryrefslogtreecommitdiff
path: root/frontend/cgi/live-build-cgi.logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-06-25 09:04:42 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-06-25 09:04:42 +0200
commit86746ac72fb9dc558e40914de9aea26ad58d19b1 (patch)
treec8b99efde0ed4d6e77351eb9cc189d635162e188 /frontend/cgi/live-build-cgi.logrotate
parent1807e40dd3666564851b2b0d855513bd004a927d (diff)
downloadvyos-live-build-86746ac72fb9dc558e40914de9aea26ad58d19b1.tar.gz
vyos-live-build-86746ac72fb9dc558e40914de9aea26ad58d19b1.zip
Reorganizing frontend in source tree.
Diffstat (limited to 'frontend/cgi/live-build-cgi.logrotate')
-rw-r--r--frontend/cgi/live-build-cgi.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/cgi/live-build-cgi.logrotate b/frontend/cgi/live-build-cgi.logrotate
new file mode 100644
index 000000000..75d89a9eb
--- /dev/null
+++ b/frontend/cgi/live-build-cgi.logrotate
@@ -0,0 +1,11 @@
+# /etc/logrotate.d/live-build
+
+/var/log/live
+{
+ compress
+ copytruncate
+ missingok
+ monthly
+ notifempty
+ rotate 24
+}