Repo:
git://git.baserock.org/delta/busybox
Ref: baserock/richardmaw/S5892/boot-sequencing
Sha1: 1f68cf95779d1ab018053dfd8a62a7e943919bd3
Merge-to: baserock/morph
This is required for being able to start services after the network
is ready.
ifup is definitely required to start network.target
ntpd is more debatable, since units may need the network, but
not the correct time, but it is a common assumption that the
time is correct, so starting it early in the process is useful,
and network.target is a good sequencing point.
Richard Maw (2):
Make network.target wait until after ifup@.service
Make ntpd.service finish after setting the time
scripts/ntpd-set.sh | 27 +++++++++++----------------
systemd-units/ifup@.service.in | 3 ++-
systemd-units/ntpd.service.in | 4 +++-
3 files changed, 16 insertions(+), 18 deletions(-)
--
1.7.5.4