summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/data
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-13 16:55:32 +0200
committerSimon Rettberg2013-09-13 16:55:32 +0200
commitdbe7515e8f1ea35e3979082d5c512a494c01bb76 (patch)
tree64085e54f99df3a87f6ff81049494c8c57c52052 /remote/modules/systemd/data
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-dbe7515e8f1ea35e3979082d5c512a494c01bb76.tar.gz
tm-scripts-dbe7515e8f1ea35e3979082d5c512a494c01bb76.tar.xz
tm-scripts-dbe7515e8f1ea35e3979082d5c512a494c01bb76.zip
[stage32] Some work on system startup regarding systemd dependencies - still somewhat messy, but already way more restricted and predictable than before when it comes to ordering
Diffstat (limited to 'remote/modules/systemd/data')
-rw-r--r--remote/modules/systemd/data/etc/systemd/system/network.target13
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
+