From d08a6c0f424ae2d92d45567b5acf08a5fd45a4bb Mon Sep 17 00:00:00 2001 From: Christian Fischer Date: Mon, 25 Jan 2021 07:43:44 +0100 Subject: [PATCH 1/2] Updated Description field of the ospd-openvas.service file. --- config/ospd-openvas.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ospd-openvas.service b/config/ospd-openvas.service index 7351d0f4..0f21c783 100644 --- a/config/ospd-openvas.service +++ b/config/ospd-openvas.service @@ -1,5 +1,5 @@ [Unit] -Description=OSPd based OpenVAS scanner (ospd-openvas) +Description=OpenVAS Wrapper of the Greenbone Vulnerability Management (ospd-openvas) Documentation=man:ospd-openvas(8) man:openvas(8) After=network.target networking.service redis-server@openvas.service Wants=redis-server@openvas.service From 98794e183bda37c9cb5131be074a23453b6e90fd Mon Sep 17 00:00:00 2001 From: Christian Fischer Date: Mon, 25 Jan 2021 07:46:58 +0100 Subject: [PATCH 2/2] Added CHANGELOG.md entry. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338c2fff..c615c92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Improve logging for unsatisfied vts dependencies. [#336](https://github.com/greenbone/ospd-openvas/pull/336) - Do not use busy wait when waiting for the openvas scan process to finish. [#360](https://github.com/greenbone/ospd-openvas/pull/360) +- The description field of the systemd ospd-openvas.service file was updated. [#372](https://github.com/greenbone/ospd-openvas/pull/372) ### Fixed - Fix nvticache name when for stable version from sources. [#317](https://github.com/greenbone/ospd-openvas/pull/317)