]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: leave systemd-time-wait-sync disabled by default
authorPeter A. Bigot <pab@pabigot.com>
Tue, 10 Apr 2018 16:05:25 +0000 (11:05 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Sat, 14 Apr 2018 14:52:40 +0000 (09:52 -0500)
Also mark its presence conditional on ENABLE_TIMESYNCD.

units/meson.build

index 96f7bd9a07a4abf03f6d3c1f3e0db88cf25e32a5..dac8feb27c0926995d114a2988ac04c943a0a1cc 100644 (file)
@@ -197,8 +197,7 @@ in_units = [
          'dbus-org.freedesktop.timedate1.service'],
         ['systemd-timesyncd.service',            'ENABLE_TIMESYNCD',
          join_paths(pkgsysconfdir, 'system/sysinit.target.wants/')],
          '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/'],
         ['systemd-tmpfiles-clean.service',       'ENABLE_TMPFILES'],
         ['systemd-tmpfiles-setup-dev.service',   'ENABLE_TMPFILES',
          'sysinit.target.wants/'],