diff options
Diffstat (limited to 'net-p2p/primecoind/files/primecoind.logrotate')
-rw-r--r-- | net-p2p/primecoind/files/primecoind.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-p2p/primecoind/files/primecoind.logrotate b/net-p2p/primecoind/files/primecoind.logrotate new file mode 100644 index 000000000000..84623c46f961 --- /dev/null +++ b/net-p2p/primecoind/files/primecoind.logrotate @@ -0,0 +1,7 @@ +/var/lib/primecoin/.primecoin/debug.log { + weekly + sharedscripts + postrotate + killall -HUP primecoind + endscript +} |