ソースを参照

Add missing file from last commit. Can the debian package use any of these recent changes?

svn:r5640
Nick Mathewson 18 年 前
コミット
ad55cb36c3
1 ファイル変更12 行追加0 行削除
  1. 12 0
      contrib/tor.logrotate.in

+ 12 - 0
contrib/tor.logrotate.in

@@ -0,0 +1,12 @@
+@LOCALSTATEDIR@/log/tor/*log {
+	daily
+	rotate 5
+	compress
+	delaycompress
+	missingok
+	notifempty
+	sharedscripts
+	postrotate
+		/etc/rc.d/init.d/tor reload > /dev/null
+	endscript
+}