aboutsummaryrefslogtreecommitdiff
path: root/network/coturn/logrotate.turnserver
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2020-04-17 17:45:45 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-19 10:52:30 +0700
commit4bd762f7d0c3a63d241d8ea80930ea7511ea2cbc (patch)
tree0dcff758abb12cd10e4209758ee2e0536ea43bb6 /network/coturn/logrotate.turnserver
parentc4591233fba2ee1d13de95b4ae303212e3afa10d (diff)
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 0000000000000..063f3c86e1eee
--- /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
+}