fix-chrony-service-name.diff: Map to correct chrony service name. (Closes: #968428)

This commit is contained in:
Timo Aaltonen
2020-09-25 11:10:34 +03:00
parent 67f42f902a
commit 77045522ed
3 changed files with 15 additions and 0 deletions

2
debian/changelog vendored
View File

@@ -6,6 +6,8 @@ freeipa (4.8.9-1) UNRELEASED; urgency=medium
* install: ipa-print-pac belongs to the server instead of -client-epn.
* control, pkcs11-openssl-for-bind.diff: Add support for bind 9.16.
(LP: #1874568)
* fix-chrony-service-name.diff: Map to correct chrony service name.
(Closes: #968428)
-- Timo Aaltonen <tjaalton@debian.org> Mon, 14 Sep 2020 14:36:40 +0300

View File

@@ -0,0 +1,12 @@
diff --git a/ipaplatform/debian/services.py b/ipaplatform/debian/services.py
index 812bbdaf2..9750fdeaa 100644
--- a/ipaplatform/debian/services.py
+++ b/ipaplatform/debian/services.py
@@ -20,6 +20,7 @@ debian_system_units = redhat_services.redhat_system_units.copy()
# For beginning just remap names to add .service
# As more services will migrate to systemd, unit names will deviate and
# mapping will be kept in this dictionary
+debian_system_units['chronyd'] = 'chrony.service'
debian_system_units['httpd'] = 'apache2.service'
debian_system_units['kadmin'] = 'krb5-admin-server.service'
debian_system_units['krb5kdc'] = 'krb5-kdc.service'

View File

@@ -8,3 +8,4 @@ migrate-to-gpg.diff
dnssec-race-wa.diff
use-bind9.16.diff
fix-sssd-socket-activation.diff
fix-chrony-service-name.diff