[lxc-devel] [lxc/master] [lxc.service] Starts after remote-fs.target to allow containers relyi…

P-EB on Github lxc-bot at linuxcontainers.org
Wed Mar 25 16:51:46 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 399 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200325/0070b951/attachment.bin>
-------------- next part --------------
From c82d7763cd0dab288c723878b54368506a62329f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= <becue at crans.org>
Date: Wed, 25 Mar 2020 17:50:27 +0100
Subject: [PATCH] [lxc.service] Starts after remote-fs.target to allow
 containers relying on remote FS to work
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Pierre-Elliott Bécue <becue at crans.org>
---
 config/init/systemd/lxc.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in
index cd6199671c..7d7bfb3eaa 100644
--- a/config/init/systemd/lxc.service.in
+++ b/config/init/systemd/lxc.service.in
@@ -1,6 +1,6 @@
 [Unit]
 Description=LXC Container Initialization and Autoboot Code
-After=network.target lxc-net.service
+After=network.target lxc-net.service remote-fs.target
 Wants=lxc-net.service
 Documentation=man:lxc-autostart man:lxc
 


More information about the lxc-devel mailing list