summaryrefslogtreecommitdiffstats
path: root/conductor/examples/distribution/ubuntu/logrotate.d/conductor-common
diff options
context:
space:
mode:
Diffstat (limited to 'conductor/examples/distribution/ubuntu/logrotate.d/conductor-common')
-rw-r--r--conductor/examples/distribution/ubuntu/logrotate.d/conductor-common7
1 files changed, 7 insertions, 0 deletions
diff --git a/conductor/examples/distribution/ubuntu/logrotate.d/conductor-common b/conductor/examples/distribution/ubuntu/logrotate.d/conductor-common
new file mode 100644
index 0000000..6efb26d
--- /dev/null
+++ b/conductor/examples/distribution/ubuntu/logrotate.d/conductor-common
@@ -0,0 +1,7 @@
+/var/log/conductor/*.log {
+ daily
+ missingok
+ compress
+ delaycompress
+ copytruncate
+}