aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hd-idle/hd-idle.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hd-idle/hd-idle.logrotate')
-rw-r--r--testing/hd-idle/hd-idle.logrotate10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/hd-idle/hd-idle.logrotate b/testing/hd-idle/hd-idle.logrotate
deleted file mode 100644
index 30b814d7102..00000000000
--- a/testing/hd-idle/hd-idle.logrotate
+++ /dev/null
@@ -1,10 +0,0 @@
-/var/log/hd-idle.log {
- compress
- delaycompress
- missingok
- notifempty
- sharedscripts
- postrotate
- /etc/init.d/hd-idle --quiet --ifstarted restart || true
- endscript
-}