diff options
| author | Christian Rößler | 2013-09-13 17:03:20 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-13 17:03:20 +0200 |
| commit | 4eb1d7b331d0547090884fc7641a793c2b7a7ce7 (patch) | |
| tree | c1f98b96fc4aa713a28ea2f47cdbfd5e53ce1363 /remote/modules/systemd/data/etc | |
| parent | [blacklists] 'includes for gnome (diff) | |
| parent | [setup-partitions] Don't retry if fdisk returns no partitons as boot order ma... (diff) | |
| download | tm-scripts-4eb1d7b331d0547090884fc7641a793c2b7a7ce7.tar.gz tm-scripts-4eb1d7b331d0547090884fc7641a793c2b7a7ce7.tar.xz tm-scripts-4eb1d7b331d0547090884fc7641a793c2b7a7ce7.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/systemd/data/etc')
| -rw-r--r-- | remote/modules/systemd/data/etc/systemd/system/network.target | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/remote/modules/systemd/data/etc/systemd/system/network.target b/remote/modules/systemd/data/etc/systemd/system/network.target new file mode 100644 index 00000000..0bc2a410 --- /dev/null +++ b/remote/modules/systemd/data/etc/systemd/system/network.target @@ -0,0 +1,13 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Network +Documentation=man:systemd.special(7) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget +ConditionPathExists=/run/udhcpc/network-ready + |
