mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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-knownservice `named`, which is linked to the actually utilized one. Fixes: https://pagure.io/freeipa/issue/7990 Signed-off-by: Stanislav Levin <slev@altlinux.org> Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>