lxc: start() during boot()

Signed-off-by: Martin Hammer <34623636+hammer-is@users.noreply.github.com>
Signed-off-by: martin <martin@DESKTOP-C822DHJ.lan>
This commit is contained in:
Martin Hammer 2020-05-25 21:53:49 +02:00 committed by martin
parent f6d03d06fd
commit dcfaef0da5
1 changed files with 2 additions and 0 deletions

View File

@ -68,4 +68,6 @@ boot() {
if [ ! -d /run ]; then
ln -s /var/run /run
fi
start
}