mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
units: leave systemd-time-wait-sync disabled by default
Also mark its presence conditional on ENABLE_TIMESYNCD.
This commit is contained in:
parent
de03b29512
commit
006ffa6421
@ -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/'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user