aboutsummaryrefslogtreecommitdiffstats
path: root/bin/abrmdcontainer/run_abrmd.sh
diff options
context:
space:
mode:
authorGirish Havaldar <hg0071052@techmahindra.com>2018-09-05 03:33:36 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-05 03:33:36 +0000
commitde6937a3e7939dbbdf4c303a513c8a03b14fc4c0 (patch)
tree67c3b47e88397a01c617c2b7172c41191f7e82a5 /bin/abrmdcontainer/run_abrmd.sh
parenta5c07a62289e05e3fc7ee0d3baa702c8c3299356 (diff)
parent72d45a672a5ea45439f9d4f630063e70872ed8cb (diff)
Merge "Modify initialization to remove ownership step"
Diffstat (limited to 'bin/abrmdcontainer/run_abrmd.sh')
-rwxr-xr-xbin/abrmdcontainer/run_abrmd.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/abrmdcontainer/run_abrmd.sh b/bin/abrmdcontainer/run_abrmd.sh
index bcfb233..00fbf24 100755
--- a/bin/abrmdcontainer/run_abrmd.sh
+++ b/bin/abrmdcontainer/run_abrmd.sh
@@ -3,7 +3,9 @@ set -e
# Start DBUS
mkdir -p /var/run/dbus
+rm -f /var/run/dbus/*
stdbuf -oL -eL dbus-daemon --system --nofork 2>&1 1> /var/log/dbus-daemon.log &
+sleep 1m
# Start Resource Manager
if [ -z $TPM_SIMULATOR ]; then