diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:26:10 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:26:10 +0000 |
| commit | 5d3ff181e96e7b45ddb10568cc0d2db9d5a8c85f (patch) | |
| tree | 06b254777296e3ab9f6a126541fd89341c89b8fe /testing/openvas-scanner/openvassd.logrotate | |
| parent | 11bb90420d74b579256bd81c9b8c37208577339c (diff) | |
| download | aports-5d3ff181e96e7b45ddb10568cc0d2db9d5a8c85f.tar.bz2 aports-5d3ff181e96e7b45ddb10568cc0d2db9d5a8c85f.tar.xz | |
Revert "community/openvas-scanner: moved from testing"
This reverts commit 20c1f7f2330bfd49f9f8a86203aa49b3e34d41a4.
Diffstat (limited to 'testing/openvas-scanner/openvassd.logrotate')
| -rw-r--r-- | testing/openvas-scanner/openvassd.logrotate | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/openvas-scanner/openvassd.logrotate b/testing/openvas-scanner/openvassd.logrotate new file mode 100644 index 0000000000..9316ba8d96 --- /dev/null +++ b/testing/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 +} |
