From 9d3cf1b4d1884d7f7e0ea39bc9fe8eae481647a2 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 13 Jan 2004 13:40:00 +0000 Subject: First go at a debian package svn:r987 --- debian/tor.logrotate | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/tor.logrotate (limited to 'debian/tor.logrotate') diff --git a/debian/tor.logrotate b/debian/tor.logrotate new file mode 100644 index 0000000000..cd8f0de9c0 --- /dev/null +++ b/debian/tor.logrotate @@ -0,0 +1,11 @@ +/var/log/tor/log { + daily + rotate 5 + compress + delaycompress + missingok + notifempty + postrotate + /etc/init.d/tor reload > /dev/null + endscript +} -- cgit v1.2.3-54-g00ecf