summaryrefslogtreecommitdiff
path: root/pcr/spectrum/logrotate.spectrum
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/spectrum/logrotate.spectrum')
-rw-r--r--pcr/spectrum/logrotate.spectrum10
1 files changed, 0 insertions, 10 deletions
diff --git a/pcr/spectrum/logrotate.spectrum b/pcr/spectrum/logrotate.spectrum
deleted file mode 100644
index ae52ff156..000000000
--- a/pcr/spectrum/logrotate.spectrum
+++ /dev/null
@@ -1,10 +0,0 @@
-/var/log/spectrum/*.log {
- notifempty
- missingok
- sharedscripts
- postrotate
- for P in /var/run/spectrum/*.pid; do
- /bin/kill -HUP `cat "$P" 2>/dev/null` 2>/dev/null || true
- done
- endscript
-}