mirror of
https://github.com/systemd/systemd.git
synced 2024-12-17 22:23:39 +08:00
install: systemd-timesyncd.service is enabled by sysinit.target
systemd-timesyncd.service has a "WantedBy=sysinit.target" so the initially generated link should match that.
This commit is contained in:
parent
69a67d6aae
commit
e9b11a8457
@ -4552,7 +4552,7 @@ nodist_systemunit_DATA += \
|
||||
units/systemd-timesyncd.service
|
||||
|
||||
GENERAL_ALIASES += \
|
||||
$(systemunitdir)/systemd-timesyncd.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-timesyncd.service
|
||||
$(systemunitdir)/systemd-timesyncd.service $(pkgsysconfdir)/system/sysinit.target.wants/systemd-timesyncd.service
|
||||
|
||||
EXTRA_DIST += \
|
||||
units/systemd-timesyncd.service.in
|
||||
|
Loading…
Reference in New Issue
Block a user