Browse Source

lxc: start() during boot()

Signed-off-by: Martin Hammer <34623636+hammer-is@users.noreply.github.com>
Signed-off-by: martin <martin@DESKTOP-C822DHJ.lan>
lilik-openwrt-22.03
Martin Hammer 5 years ago
committed by martin
parent
commit
dcfaef0da5
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utils/lxc/files/lxc-auto.init

+ 2
- 0
utils/lxc/files/lxc-auto.init View File

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

Loading…
Cancel
Save