summaryrefslogtreecommitdiff
path: root/data/NetworkManager-wait-online-systemd-pre200.service.in
Commit message (Collapse)AuthorAgeFilesLines
* systemd: add Documentation to service filesMichael Biebl2016-06-021-0/+1
| | | | | | | | | Reference the nm-online and NetworkManager man page in the corresponding service files. https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Documentation= https://bugzilla.gnome.org/show_bug.cgi?id=767168
* systemd: use RemainAfterExit=yes for NetworkManager-wait-online.serviceMichael Biebl2016-06-021-0/+1
| | | | | | | | | | | RemainAfterExit=yes is typically used for Type=oneshot services. systemd-networkd-wait-online.service uses it, so we should as well. See https://www.freedesktop.org/software/systemd/man/systemd.service.html#RemainAfterExit= https://www.freedesktop.org/software/systemd/man/systemd.service.html#Type= https://bugzilla.gnome.org/show_bug.cgi?id=767170
* systemd: update NetworkManager-wait-online.service to wait for startupJiří Klimeš2014-03-311-1/+1
|
* systemd: update for network-online.target for systemd >= 200 (rh #787314)Dan Williams2013-06-031-0/+13
systemd's new network-online target abstracts the "wait until networking is up" stuff, and NM-wait-online implements that functionality. Thus NM-wait-online should be ordered before (and thus be a dependency of) network-online.