mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #12303 from hammer-is/master
lxc: start() during boot()
This commit is contained in:
+1
-1
@@ -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/
|
||||
|
||||
@@ -68,4 +68,6 @@ boot() {
|
||||
if [ ! -d /run ]; then
|
||||
ln -s /var/run /run
|
||||
fi
|
||||
|
||||
start
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user