mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +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:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
USE_PROCD=1
|
||||
START=25
|
||||
START=99
|
||||
|
||||
extra_command "uciadd" "<interface> <device> <zone> Add docker bridge configuration to network and firewall uci config"
|
||||
extra_command "ucidel" "<interface> <device> <zone> Delete docker bridge configuration from network and firewall uci config"
|
||||
|
||||
Reference in New Issue
Block a user