aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/files')
-rw-r--r--roles/space_server/files/networkd/no-lan-mgt.conf3
-rw-r--r--roles/space_server/files/networkd/systemd-networkd-wait-online.service23
2 files changed, 3 insertions, 23 deletions
diff --git a/roles/space_server/files/networkd/no-lan-mgt.conf b/roles/space_server/files/networkd/no-lan-mgt.conf
new file mode 100644
index 0000000..3309cf0
--- /dev/null
+++ b/roles/space_server/files/networkd/no-lan-mgt.conf
@@ -0,0 +1,3 @@
+[Service]
+ExecStart=
+ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --ignore lan --ignore mgt
diff --git a/roles/space_server/files/networkd/systemd-networkd-wait-online.service b/roles/space_server/files/networkd/systemd-networkd-wait-online.service
deleted file mode 100644
index 0f1e85a..0000000
--- a/roles/space_server/files/networkd/systemd-networkd-wait-online.service
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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=Wait for Network to be Configured
-Documentation=man:systemd-networkd-wait-online.service(8)
-DefaultDependencies=no
-Conflicts=shutdown.target
-Requisite=systemd-networkd.service
-After=systemd-networkd.service
-Before=network-online.target
-
-[Service]
-Type=oneshot
-ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --ignore lan --ignore mgt
-RemainAfterExit=yes
-
-[Install]
-WantedBy=network-online.target