From ad55cb36c305977db1fa44baf8c846a558a80bc6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 24 Dec 2005 17:59:33 +0000 Subject: [PATCH] Add missing file from last commit. Can the debian package use any of these recent changes? svn:r5640 --- contrib/tor.logrotate.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/tor.logrotate.in diff --git a/contrib/tor.logrotate.in b/contrib/tor.logrotate.in new file mode 100644 index 0000000000..9dd64476bb --- /dev/null +++ b/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 +}