From f3b2ab7c5d0548b5e6162d6da893193b8996c0a0 Mon Sep 17 00:00:00 2001 From: Jenna Date: Wed, 15 Jan 2014 13:58:29 -0800 Subject: [PATCH] Correct net-config hack line to rm /usr/lib/systemd/system/multi-user.target.wants/net-config.service --- scripts/disable-net-config.post | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/disable-net-config.post b/scripts/disable-net-config.post index 1de8c3f..a054ec8 100644 --- a/scripts/disable-net-config.post +++ b/scripts/disable-net-config.post @@ -1,3 +1,3 @@ #Hack to temporarily disable net-config, which collides with settingsd. Related to TIVI-2569 -rm /usr/lib/systemd/multi-user.target.wants/net-config.service +rm /usr/lib/systemd/system/multi-user.target.wants/net-config.service -- 2.7.4