Blame SOURCES/0044-Link-certmonger-to-dbus-so-it-stops-and-restarts-wit.patch

a223c4
From 5e45029b429aa383db295facea18a6a72e1a2357 Mon Sep 17 00:00:00 2001
a223c4
From: Rob Crittenden <rcritten@redhat.com>
a223c4
Date: Thu, 30 Jul 2020 10:41:00 -0400
a223c4
Subject: [PATCH] Link certmonger to dbus so it stops and restarts with it
a223c4
a223c4
This will ensure that certmonger will run if dbus is restarted.
a223c4
---
a223c4
 systemd/certmonger.service.in | 1 +
a223c4
 1 file changed, 1 insertion(+)
a223c4
a223c4
diff --git a/systemd/certmonger.service.in b/systemd/certmonger.service.in
a223c4
index 6381d845..9d942513 100644
a223c4
--- a/systemd/certmonger.service.in
a223c4
+++ b/systemd/certmonger.service.in
a223c4
@@ -1,6 +1,7 @@
a223c4
 [Unit]
a223c4
 Description=Certificate monitoring and PKI enrollment
a223c4
 After=syslog.target network.target dbus.service
a223c4
+PartOf=dbus.service
a223c4
 
a223c4
 [Service]
a223c4
 Type=dbus
a223c4
-- 
a223c4
2.25.4
a223c4