aboutsummaryrefslogtreecommitdiffstats
path: root/testing/greenbone-security-assistant/gsad.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/greenbone-security-assistant/gsad.logrotate')
-rw-r--r--testing/greenbone-security-assistant/gsad.logrotate11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/greenbone-security-assistant/gsad.logrotate b/testing/greenbone-security-assistant/gsad.logrotate
deleted file mode 100644
index f0948cbea1..0000000000
--- a/testing/greenbone-security-assistant/gsad.logrotate
+++ /dev/null
@@ -1,11 +0,0 @@
-# logrotate for openvas
-/var/log/openvas/gsad.log {
- rotate 4
- weekly
- compress
- delaycompress
- missingok
- postrotate
- /bin/kill -HUP `pidof gsad`
- endscript
-}