]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-networkd-wait-online.service.in
units: make sure that .nspawn files override the default settings in systemd-nspawn...
[thirdparty/systemd.git] / units / systemd-networkd-wait-online.service.in
CommitLineData
3a67e927
TG
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Wait for Network to be Configured
10Documentation=man:systemd-networkd-wait-online.service(8)
11DefaultDependencies=no
12Conflicts=shutdown.target
13Requisite=systemd-networkd.service
14After=systemd-networkd.service
3005a221 15Before=network-online.target
3a67e927
TG
16
17[Service]
18Type=oneshot
19ExecStart=@rootlibexecdir@/systemd-networkd-wait-online
20RemainAfterExit=yes
21
22[Install]
23WantedBy=network-online.target