From 2bcb112078e9d30de5187b25cf6a4afbf495a74b Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 6 Oct 2018 13:40:59 +0100 Subject: [PATCH] adjust services enabled in the installer Signed-off-by: Peter Robinson --- fedora-iot-base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-iot-base.json b/fedora-iot-base.json index 9af1aad..3d2621f 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -125,5 +125,5 @@ "default_target": "multi-user.target", - "units": ["initial-setup.service"] + "units": ["NetworkManager.service", "sshd.service", "rngd.service", "zram-swap.service"] }