| From 12c375aecad2df91b32a799460585f1a97a106a8 Mon Sep 17 00:00:00 2001 |
| From: Lennart Poettering <lennart@poettering.net> |
| Date: Tue, 17 Jun 2014 02:13:08 +0200 |
| Subject: [PATCH] networkd: don't pull in systemd-networkd-wait-online service |
| from systemd-networkd when enabling |
| |
| networkd-wait-online should never exist in the default transaction, |
| unless explicitly enable or pulled in via things like NFS. However, just |
| enabling networkd shouldn't enable networkd-wait-online, since it's |
| common to use the former without the latter. |
| |
| (cherry picked from commit 324d7a53b9c53b33520b97f2562219ac4143f581) |
| |
| units/systemd-networkd.service.in | 1 - |
| 1 file changed, 1 deletion(-) |
| |
| diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in |
| index 48f4d63a..f3bf95d3 100644 |
| |
| |
| @@ -25,5 +25,4 @@ ProtectHome=yes |
| WatchdogSec=1min |
| |
| [Install] |
| -Also=systemd-networkd-wait-online.service |
| WantedBy=multi-user.target |