From: Florian Eckert Date: Wed, 29 Jul 2020 11:03:38 +0000 (+0200) Subject: docker-ce: add uci config on boot X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8bee407101c86513e595e5965b26b5c81dbc85d1;p=openwrt-packages.git docker-ce: add uci config on boot Signed-off-by: Florian Eckert --- diff --git a/utils/docker-ce/files/dockerd.init b/utils/docker-ce/files/dockerd.init index 367a8551f..464e3c6f4 100644 --- a/utils/docker-ce/files/dockerd.init +++ b/utils/docker-ce/files/dockerd.init @@ -18,6 +18,11 @@ json_add_array_string() { json_add_string "" "$1" } +boot() { + uciadd + rc_procd start_service +} + uciupdate() { local net="$1"