summarylogtreecommitdiffstats
path: root/namecoin.logrotate
diff options
context:
space:
mode:
authorM0Rf302015-06-17 15:59:53 +0200
committerM0Rf302015-06-17 15:59:53 +0200
commit6089af56ed3936e34e35dec86e9792966feafb26 (patch)
tree70fcfba43ed87a0c45027714a570c3549fed6961 /namecoin.logrotate
downloadaur-6089af56ed3936e34e35dec86e9792966feafb26.tar.gz
Initial import
Diffstat (limited to 'namecoin.logrotate')
-rw-r--r--namecoin.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/namecoin.logrotate b/namecoin.logrotate
new file mode 100644
index 000000000000..86c1c281d5b7
--- /dev/null
+++ b/namecoin.logrotate
@@ -0,0 +1,11 @@
+/srv/namecoin/debug.log
+{
+ rotate 5
+ copytruncate
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+}