Browse Source

Merge pull request #12303 from hammer-is/master

lxc: start() during boot()
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
54a7b28f01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      utils/lxc/Makefile
  2. +2
    -0
      utils/lxc/files/lxc-auto.init

+ 1
- 1
utils/lxc/Makefile View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lxc
PKG_VERSION:=4.0.2
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://linuxcontainers.org/downloads/lxc/


+ 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