aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/gsad.logrotate
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-18 12:01:16 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-18 12:01:16 +0000
commit56d7b871078afb2c19999312c7e2024aa994cc77 (patch)
treed8d1d32bc8ee5253ee253d7ff3cc80019059634e /community/greenbone-security-assistant/gsad.logrotate
parent7d1858623a6fc1f63315ad35bea58c632d58d3d0 (diff)
downloadaports-56d7b871078afb2c19999312c7e2024aa994cc77.tar.bz2
aports-56d7b871078afb2c19999312c7e2024aa994cc77.tar.xz
community/greenbone-security-assistant: moved from testing
Diffstat (limited to 'community/greenbone-security-assistant/gsad.logrotate')
-rw-r--r--community/greenbone-security-assistant/gsad.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/greenbone-security-assistant/gsad.logrotate b/community/greenbone-security-assistant/gsad.logrotate
new file mode 100644
index 0000000000..f0948cbea1
--- /dev/null
+++ b/community/greenbone-security-assistant/gsad.logrotate
@@ -0,0 +1,11 @@
+# logrotate for openvas
+/var/log/openvas/gsad.log {
+ rotate 4
+ weekly
+ compress
+ delaycompress
+ missingok
+ postrotate
+ /bin/kill -HUP `pidof gsad`
+ endscript
+}