summaryrefslogtreecommitdiffstats
path: root/network/coturn/logrotate.turnserver
diff options
context:
space:
mode:
author Dave Woodfall2020-04-17 18:45:45 +0200
committer Willy Sudiarto Raharjo2020-04-19 05:52:30 +0200
commit4bd762f7d0c3a63d241d8ea80930ea7511ea2cbc (patch)
tree0dcff758abb12cd10e4209758ee2e0536ea43bb6 /network/coturn/logrotate.turnserver
parentc4591233fba2ee1d13de95b4ae303212e3afa10d (diff)
downloadslackbuilds-4bd762f7d0c3a63d241d8ea80930ea7511ea2cbc.tar.gz
network/coturn: Added (open source TURN and STUN Server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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
+}