aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/gsad.logrotate
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 10:01:53 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 11:24:37 +0000
commit6b5a28e2c37efc9a6753c306c3400da5d1d966b2 (patch)
tree0745dbbb59ff780cb12fe3af612e5014dc93d4eb /community/greenbone-security-assistant/gsad.logrotate
parent1ccb7c0c01a3eea05bbf0139b6e91a3c88cb2ed3 (diff)
downloadaports-6b5a28e2c37efc9a6753c306c3400da5d1d966b2.tar.bz2
aports-6b5a28e2c37efc9a6753c306c3400da5d1d966b2.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
+}