diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-11-30 15:06:20 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-11-30 15:06:20 +0000 |
commit | 4e607422f2655b3da9497bf6f252b02fa76283d5 (patch) | |
tree | 3027d8d1068de082994df20b4258b652ffebddee /testing/greenbone-security-assistant/gsad.logrotate | |
parent | 141a8ec1385110248c99ba9222bff6e289dad9f4 (diff) | |
download | aports-4e607422f2655b3da9497bf6f252b02fa76283d5.tar.bz2 aports-4e607422f2655b3da9497bf6f252b02fa76283d5.tar.xz |
testing/greenbone-security-assistant: new aport
Diffstat (limited to 'testing/greenbone-security-assistant/gsad.logrotate')
-rw-r--r-- | testing/greenbone-security-assistant/gsad.logrotate | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/greenbone-security-assistant/gsad.logrotate b/testing/greenbone-security-assistant/gsad.logrotate new file mode 100644 index 0000000000..f0948cbea1 --- /dev/null +++ b/testing/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 +} |