From 1b1d931fe4656cccbcf621913ce3b09a0d89280a Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Mon, 20 Nov 2017 21:06:47 +0100 Subject: space_server: networkd: use drop-in file for wait-online The trick to overwriting the ExecStart option is to clear it first with ExecStart= --- roles/space_server/files/networkd/no-lan-mgt.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/space_server/files/networkd/no-lan-mgt.conf (limited to 'roles/space_server/files/networkd/no-lan-mgt.conf') 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 -- cgit v1.2.1