From dcfaef0da5b6e33d1a317597dba3a77673f689cc Mon Sep 17 00:00:00 2001 From: Martin Hammer <34623636+hammer-is@users.noreply.github.com> Date: Mon, 25 May 2020 21:53:49 +0200 Subject: [PATCH] lxc: start() during boot() Signed-off-by: Martin Hammer <34623636+hammer-is@users.noreply.github.com> Signed-off-by: martin --- utils/lxc/files/lxc-auto.init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/lxc/files/lxc-auto.init b/utils/lxc/files/lxc-auto.init index 53abff9f1e..1c36483b5c 100755 --- a/utils/lxc/files/lxc-auto.init +++ b/utils/lxc/files/lxc-auto.init @@ -68,4 +68,6 @@ boot() { if [ ! -d /run ]; then ln -s /var/run /run fi + + start }