From 6e4e21ff010041eb636cc06b23bb3ed0de78ef1d Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Dec 17 2014 19:09:51 +0000 Subject: Ticket #47947 - start dirsrv after chrony on RHEL7 and Fedora Description: After=chronyd.service to systemd.template.service.in, which is installed as this file: /usr/lib/systemd/system/dirsrv@.service and pointed by each server's service file: /etc/systemd/system/dirsrv.target.wants/dirsrv@YOURID.service https://fedorahosted.org/389/ticket/47947 Reviewed by rmeggins@redhat.com (Thank you, Rich!!) (cherry picked from commit c3389a46c584fa39b2278a295f8b2b6dad726d31) --- diff --git a/wrappers/systemd.template.service.in b/wrappers/systemd.template.service.in index 42c7c23..9432cb0 100644 --- a/wrappers/systemd.template.service.in +++ b/wrappers/systemd.template.service.in @@ -15,6 +15,7 @@ [Unit] Description=@capbrand@ Directory Server %i. PartOf=@systemdgroupname@ +After=chronyd.service [Service] Type=forking