summaryrefslogtreecommitdiffstats
path: root/network/coturn/logrotate.turnserver
diff options
context:
space:
mode:
Diffstat (limited to 'network/coturn/logrotate.turnserver')
-rw-r--r--network/coturn/logrotate.turnserver11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/coturn/logrotate.turnserver b/network/coturn/logrotate.turnserver
new file mode 100644
index 0000000000..063f3c86e1
--- /dev/null
+++ b/network/coturn/logrotate.turnserver
@@ -0,0 +1,11 @@
+/var/log/turn/turn*.log {
+ su turnserver turnserver
+ daily
+ rotate 7
+ create 0644 turnserver turnserver
+ copytruncate
+ delaycompress
+ compress
+ notifempty
+ missingok
+}