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