]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add missing file from last commit. Can the debian package use any of these recent...
authorNick Mathewson <nickm@torproject.org>
Sat, 24 Dec 2005 17:59:33 +0000 (17:59 +0000)
committerNick Mathewson <nickm@torproject.org>
Sat, 24 Dec 2005 17:59:33 +0000 (17:59 +0000)
svn:r5640

contrib/tor.logrotate.in [new file with mode: 0644]

diff --git a/contrib/tor.logrotate.in b/contrib/tor.logrotate.in
new file mode 100644 (file)
index 0000000..9dd6447
--- /dev/null
@@ -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
+}