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