summarylogtreecommitdiffstats
path: root/bitcoin.logrotate
diff options
context:
space:
mode:
authorJosh Ellithorpe2017-07-18 21:31:05 -0700
committerJosh Ellithorpe2017-07-18 21:51:27 -0700
commite518e8cbc8142141b51b1cb7f79e345795ce4f8b (patch)
tree9b57f45d8a19dffbc9e6c83b34ca9bf97b2c9ca0 /bitcoin.logrotate
downloadaur-e518e8cbc8142141b51b1cb7f79e345795ce4f8b.tar.gz
Initial PKGBUILD for Bitcoin ABC with qt wallet
Diffstat (limited to 'bitcoin.logrotate')
-rw-r--r--bitcoin.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/bitcoin.logrotate b/bitcoin.logrotate
new file mode 100644
index 000000000000..fe13fb2e7049
--- /dev/null
+++ b/bitcoin.logrotate
@@ -0,0 +1,11 @@
+/srv/bitcoin/debug.log
+{
+ rotate 5
+ copytruncate
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+}