From: Thierry Parmentelat Date: Mon, 31 Dec 2018 10:50:30 +0000 (+0100) Subject: somehow with a python3 API, the conf_files process that kicks at boot-time X-Git-Tag: nodemanager-7.0-0~12 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=e7e8bdc7c29fa73e0f22f246d8e10694b7d218d3 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 --- 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