From e7e8bdc7c29fa73e0f22f246d8e10694b7d218d3 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 31 Dec 2018 11:50:30 +0100 Subject: [PATCH] somehow with a python3 API, the conf_files process that kicks at boot-time starts way before the network is ready; so this change adds a systemd dependency as an attempt to avoid that --- systemd/conf_files.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd/conf_files.service b/systemd/conf_files.service index 1eb106e..6ba4775 100644 --- a/systemd/conf_files.service +++ b/systemd/conf_files.service @@ -1,6 +1,8 @@ [Unit] Description=Fetch configuration files as defined by controlling MyPLC Before=lxc-sliceimage.service +After=network-online.target +Wants=network-online.target [Service] Type=oneshot -- 2.43.0