URL:
https://github.com/freeipa/freeipa/pull/3304
Author: stanislavlevin
Title: #3304: Make use of `named` well-known service
Action: opened
PR body:
"""
The systemd unit name of `named`(which is actually used) is platform-dependent:
debian - bind9-pkcs11.service
fedora - named-pkcs11.service
redhat - named-pkcs11.service
Other systems may have their own name of `bind` service.
But the default one (`named-pkcs11`) is assumed in many tests.
Of course, these tests fail on such platforms.
This can be easily fixed.
All platforms define well-known service `named`, which is linked to
the actually utilized one.
Fixes:
https://pagure.io/freeipa/issue/7990
"""
To pull the PR as Git branch:
git remote add ghfreeipa
https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3304/head:pr3304
git checkout pr3304