From 8bee407101c86513e595e5965b26b5c81dbc85d1 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 29 Jul 2020 13:03:38 +0200 Subject: [PATCH] docker-ce: add uci config on boot Signed-off-by: Florian Eckert --- utils/docker-ce/files/dockerd.init | 5 +++++ 1 file changed, 5 insertions(+) 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"