summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2018-04-10 11:05:25 -0500
committerPeter A. Bigot <pab@pabigot.com>2018-04-14 09:52:40 -0500
commit006ffa6421f763abc74b5cc03f55a8d9ee84325d (patch)
tree72e741bd7fc494be1b728426aac53dc78c07f5ad /units/meson.build
parentde03b2951263892c8670c3f8ee81ea9b8b48e504 (diff)
downloadsystemd-006ffa6421f763abc74b5cc03f55a8d9ee84325d.tar.gz
units: leave systemd-time-wait-sync disabled by default
Also mark its presence conditional on ENABLE_TIMESYNCD.
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/units/meson.build b/units/meson.build
index 96f7bd9a07..dac8feb27c 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -197,8 +197,7 @@ in_units = [
'dbus-org.freedesktop.timedate1.service'],
['systemd-timesyncd.service', 'ENABLE_TIMESYNCD',
join_paths(pkgsysconfdir, 'system/sysinit.target.wants/')],
- ['systemd-time-wait-sync.service', '',
- join_paths(pkgsysconfdir, 'system/sysinit.target.wants/')],
+ ['systemd-time-wait-sync.service', 'ENABLE_TIMESYNCD'],
['systemd-tmpfiles-clean.service', 'ENABLE_TMPFILES'],
['systemd-tmpfiles-setup-dev.service', 'ENABLE_TMPFILES',
'sysinit.target.wants/'],