summaryrefslogtreecommitdiffstats
path: root/network/etcd/etcd.logrotate
diff options
context:
space:
mode:
author Thibaut Notteboom <thibaut.notteboom@gmail.com>2018-07-23 22:12:25 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-07-28 08:51:47 +0700
commit819088b4aaf1d84bfde15597aaff6870505534af (patch)
tree25d3fba75203c033574a7e56490457a2006d073e /network/etcd/etcd.logrotate
parenta89d29f0f8bd2f8d7c12a3a77146a00f0f677f3d (diff)
downloadslackbuilds-819088b4aaf1d84bfde15597aaff6870505534af.tar.gz
slackbuilds-819088b4aaf1d84bfde15597aaff6870505534af.tar.xz
network/etcd: Added (key value store for shared configuration).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/etcd/etcd.logrotate')
-rw-r--r--network/etcd/etcd.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/etcd/etcd.logrotate b/network/etcd/etcd.logrotate
new file mode 100644
index 0000000000..225b3a9e2d
--- /dev/null
+++ b/network/etcd/etcd.logrotate
@@ -0,0 +1,7 @@
+/var/log/etcd/etcd.log {
+ copytruncate
+ daily
+ rotate 7
+ compress
+ missingok
+}