summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/chrony/chrony-3.5-r2.ebuild (renamed from net-misc/chrony/chrony-3.5-r1.ebuild)3
-rw-r--r--net-misc/chrony/chrony-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/chrony/chrony-3.5-r1.ebuild b/net-misc/chrony/chrony-3.5-r2.ebuild
index e280760fd28c..c1d5a7b717e3 100644
--- a/net-misc/chrony/chrony-3.5-r1.ebuild
+++ b/net-misc/chrony/chrony-3.5-r2.ebuild
@@ -122,5 +122,6 @@ src_install() {
insinto /etc/logrotate.d
newins "${FILESDIR}"/chrony-2.4-r1.logrotate chrony
- systemd_dounit examples/chronyd.service
+ systemd_dounit examples/{chronyd,chrony-wait}.service
+ systemd_enable_ntpunit 50-chrony chronyd.service
}
diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
index 5cac01a6dee7..e939129a01ac 100644
--- a/net-misc/chrony/chrony-9999.ebuild
+++ b/net-misc/chrony/chrony-9999.ebuild
@@ -118,5 +118,6 @@ src_install() {
insinto /etc/logrotate.d
newins "${FILESDIR}"/chrony-2.4-r1.logrotate chrony
- systemd_dounit examples/chronyd.service
+ systemd_dounit examples/{chronyd,chrony-wait}.service
+ systemd_enable_ntpunit 50-chrony chronyd.service
}