aboutsummaryrefslogtreecommitdiff
path: root/utils/dockerd/files
diff options
context:
space:
mode:
authorYuhang Qin <qinyuhangxiaoxiang@gmail.com>2021-02-03 11:31:29 +0800
committerYuhang Qin <qinyuhangxiaoxiang@gmail.com>2021-02-03 13:33:39 +0800
commitab472b3fdfe2197278156ea292e8adc786206305 (patch)
tree5ef31715da0787becd3bcc7b889952d068020027 /utils/dockerd/files
parentc11f66794299c10e6eaabbacee7df4c61119b391 (diff)
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>
Diffstat (limited to 'utils/dockerd/files')
-rwxr-xr-xutils/dockerd/files/dockerd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/dockerd/files/dockerd.init b/utils/dockerd/files/dockerd.init
index 29977819c..c1493ba2b 100755
--- a/utils/dockerd/files/dockerd.init
+++ b/utils/dockerd/files/dockerd.init
@@ -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"