mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
dockerd: change start level to 99
Dockerd start too early will conflict with other net config. After boot must manually restart dockerd, Or some container will not run. Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dockerd
|
||||
PKG_VERSION:=20.10.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user