summaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-core/files/bitcoind.logrotate-r1
blob: b70476cc16e42019c96fe7ca4acdec5c147c4395 (plain)
1
2
3
4
5
6
7
8
/var/log/bitcoind/debug.log {
	missingok
	weekly
	sharedscripts
	postrotate
		killall -HUP bitcoind
	endscript
}