From a44c0b389a6c5c1535bacace126f22a43ca3fd41 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 8 Jan 2022 20:30:36 +0100 Subject: [PATCH] Create 99-run.sh --- webtop/rootfs/etc/cont-init.d/99-run.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 webtop/rootfs/etc/cont-init.d/99-run.sh diff --git a/webtop/rootfs/etc/cont-init.d/99-run.sh b/webtop/rootfs/etc/cont-init.d/99-run.sh new file mode 100644 index 000000000..e9d4ac9b8 --- /dev/null +++ b/webtop/rootfs/etc/cont-init.d/99-run.sh @@ -0,0 +1,3 @@ +#!/usr/bin/with-contenv bashio + +service dbus restart