]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Stop passing -u dnsdist -g dnsdist on systemd's ExecStart 13088/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 1 Aug 2023 07:56:40 +0000 (09:56 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 1 Aug 2023 07:56:40 +0000 (09:56 +0200)
commit2f3cfe6c16ecace72d33ab47cc06e9a2e47de80d
treee1afdcda48ec1914158ff89b1b1583f4b764c226
parent952d96f61b7573152402a2d37ab89a1d12378073
dnsdist: Stop passing -u dnsdist -g dnsdist on systemd's ExecStart

This is useless as long as @service_user@ and @service_group@ are
set to 'dnsdist' (which is always true in our build system), and
would not have worked otherwise because dnsdist would have rejected
it with:
```
--gid/-g set on command-line, but dnsdist was started as a systemd service.
Use the 'Group' setting in the systemd unit file to set the group to run as
```
builder-support/specs/dnsdist.spec