summaryrefslogtreecommitdiffstats
path: root/network/webhook/webhook.logrotate
diff options
context:
space:
mode:
author Sergei Fedosoff2019-11-09 02:21:26 +0100
committer Willy Sudiarto Raharjo2019-11-09 02:21:26 +0100
commit52d564781ebe554de0582ceee36215bfabef8ed3 (patch)
tree8aa27f669933b3dcd6de1f8163d9a5d27bf8fdd5 /network/webhook/webhook.logrotate
parent5cf7b0b2eec64ea9f3c353ee6e0f356fc9634696 (diff)
downloadslackbuilds-52d564781ebe554de0582ceee36215bfabef8ed3.tar.gz
network/webhook: Added (WebHook tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/webhook/webhook.logrotate')
-rw-r--r--network/webhook/webhook.logrotate6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/webhook/webhook.logrotate b/network/webhook/webhook.logrotate
new file mode 100644
index 0000000000..59e770a224
--- /dev/null
+++ b/network/webhook/webhook.logrotate
@@ -0,0 +1,6 @@
+/var/log/webhook.log {
+ daily
+ rotate 7
+ compress
+ missingok
+}