summarylogtreecommitdiffstats
path: root/bitcoind.logrotate
diff options
context:
space:
mode:
authormrxx2019-05-08 15:43:02 +0200
committermrxx2019-05-08 15:43:02 +0200
commit0323e5517257e6a65c860568c08294be6a77c6a1 (patch)
tree2697d535aeca5d5fb3488451ae9c989a3a243b28 /bitcoind.logrotate
parent6d09fe1cd56fa89070a41d9c4e9a14c66683cf10 (diff)
downloadaur-0323e5517257e6a65c860568c08294be6a77c6a1.tar.gz
Rename some files from bitcoin to bitcoind; set datadir to /var/lib/bitcoind
Diffstat (limited to 'bitcoind.logrotate')
-rw-r--r--bitcoind.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/bitcoind.logrotate b/bitcoind.logrotate
new file mode 100644
index 000000000000..159f63f266ce
--- /dev/null
+++ b/bitcoind.logrotate
@@ -0,0 +1,11 @@
+/var/lib/bitcoind/debug.log
+{
+ rotate 5
+ copytruncate
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+}