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