systemd: pull in network.service and introduce NetworkManager-wait-online.service
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Apr 2011 02:30:02 +0000 (04:30 +0200)
committerDan Williams <dcbw@redhat.com>
Wed, 6 Apr 2011 22:33:51 +0000 (17:33 -0500)
commitc4d387efb88ab0cc4dea4ae17e60c8360b5e45a8
tree845b1340ce7e4cea4be36699c1290d8f85d23e90
parent1a61a0a2ca75a8af7040bc784873a1621fffde7f
systemd: pull in network.service and introduce NetworkManager-wait-online.service

This pulls in network.target from NetworkManager.service (and not the
other way round), as suggested and agreed on on the systemd ML:

http://lists.freedesktop.org/archives/systemd-devel/2011-March/001692.html

This also introduces an auxiliary service
NetworkManager-wait-online.service that can be used to order a unit
after the point where the network is available. When this is enabled
with "systemd enable NetworkManager-wait-online.service" the unit
network.target will be delayed until the network is up, which is
suitable for synchronizing NFS mounts and similar to it.

https://bugzilla.redhat.com/show_bug.cgi?id=692008
.gitignore
data/Makefile.am
data/NetworkManager-wait-online.service.in [new file with mode: 0644]
data/NetworkManager.service.in