From 0dde33dd64913156d5ed3ce0d5d06f2eae295fe9 Mon Sep 17 00:00:00 2001 From: TomasM Date: Wed, 8 Nov 2017 11:03:18 -0500 Subject: [PATCH] fix dhclient condition --- Slax/debian/rootcopy/lib/systemd/system/dhclient.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slax/debian/rootcopy/lib/systemd/system/dhclient.service b/Slax/debian/rootcopy/lib/systemd/system/dhclient.service index a4b6cac..bb43641 100644 --- a/Slax/debian/rootcopy/lib/systemd/system/dhclient.service +++ b/Slax/debian/rootcopy/lib/systemd/system/dhclient.service @@ -4,7 +4,7 @@ Documentation=man:dhclient(8) Wants=network.target After=network-pre.target systemd-sysctl.service systemd-modules-load.service Before=network.target shutdown.target network-online.target -ConditionPathExists=/mnt/live/net.up.flag +ConditionPathExists=!/mnt/live/net.up.flag [Service] Type=forking