From: Pierre-Elliott Bécue Date: Wed, 25 Mar 2020 16:50:27 +0000 (+0100) Subject: [lxc.service] Starts after remote-fs.target to allow containers relying on remote... X-Git-Tag: lxc-5.0.0~493^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c82d7763cd0dab288c723878b54368506a62329f;p=thirdparty%2Flxc.git [lxc.service] Starts after remote-fs.target to allow containers relying on remote FS to work Signed-off-by: Pierre-Elliott Bécue --- diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in index cd6199671..7d7bfb3ea 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