diff options
Diffstat (limited to 'debian/tor.logrotate')
-rw-r--r-- | debian/tor.logrotate | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/tor.logrotate b/debian/tor.logrotate deleted file mode 100644 index 6e73fee344..0000000000 --- a/debian/tor.logrotate +++ /dev/null @@ -1,13 +0,0 @@ -/var/log/tor/*log { - daily - rotate 5 - compress - delaycompress - missingok - notifempty - create 0640 debian-tor adm - sharedscripts - postrotate - /etc/init.d/tor reload > /dev/null - endscript -} |