summaryrefslogtreecommitdiffstats
path: root/network/etcd/etcd.logrotate
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2022-02-28 07:00:17 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-01 19:35:38 +0700
commit2d2427195c9cdbeb9a713632909d610894e3ba36 (patch)
treeb72f3989c014ee594275dc50af5d212b793288cb /network/etcd/etcd.logrotate
parent59677cfd76fecb1c323dcd37d320bdc87118f588 (diff)
downloadslackbuilds-2d2427195c9cdbeb9a713632909d610894e3ba36.tar.gz
slackbuilds-2d2427195c9cdbeb9a713632909d610894e3ba36.tar.xz
network/etcd: Removed.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/etcd/etcd.logrotate')
-rw-r--r--network/etcd/etcd.logrotate7
1 files changed, 0 insertions, 7 deletions
diff --git a/network/etcd/etcd.logrotate b/network/etcd/etcd.logrotate
deleted file mode 100644
index 225b3a9e2d..0000000000
--- a/network/etcd/etcd.logrotate
+++ /dev/null
@@ -1,7 +0,0 @@
-/var/log/etcd/etcd.log {
- copytruncate
- daily
- rotate 7
- compress
- missingok
-}