diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-06-25 09:04:42 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-06-25 09:04:42 +0200 |
commit | 86746ac72fb9dc558e40914de9aea26ad58d19b1 (patch) | |
tree | c8b99efde0ed4d6e77351eb9cc189d635162e188 /frontend/cgi/live-build-cgi.logrotate | |
parent | 1807e40dd3666564851b2b0d855513bd004a927d (diff) | |
download | vyos-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.logrotate | 11 |
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 +} |