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