greenbone / gsad

Greenbone Security Assistant HTTP Server - The server talking to the Greenbone Vulnerability Management daemon (gvmd).
GNU Affero General Public License v3.0
11 stars 14 forks source link

[gsad.service] Drop Group= directive #55

Closed Flowdalic closed 2 years ago

Flowdalic commented 2 years ago

Specifying the Group is typically never required, as systemd's default behavior to use the user's primary group is what you want anyways. And to make the service file more readable, unnecessary directives should be removed. So this removes the Group= directive.