Skip to content
Snippets Groups Projects
Commit 7d9b054c authored by Esben Haabendal's avatar Esben Haabendal
Browse files

openharmony-standard: Start hdcd service last


This way, all OpenHarmony services should hopefully be ready when connection to
hdcd is established, allowing more robust ACTS execution.

Signed-off-by: default avatarEsben Haabendal <esben@geanix.com>
parent 6c7d9d77
No related branches found
No related tags found
1 merge request!104CI: Run ACTS against QEMU machine
...@@ -301,6 +301,11 @@ if systemctl -q is-enabled inputmethod.service; then ...@@ -301,6 +301,11 @@ if systemctl -q is-enabled inputmethod.service; then
sleep "$STARTUP_CMD_SLEEP" sleep "$STARTUP_CMD_SLEEP"
fi fi
if systemctl -q is-enabled faultloggerd.service; then
setparam ro.logsystem.usertype 6 # UserType::OVERSEAS_COMMERCIAL
/system/bin/faultloggerd &
fi
# trigger: boot? # trigger: boot?
# "name" : "hdcd", # "name" : "hdcd",
# "path" : ["/system/bin/hdcd"], # "path" : ["/system/bin/hdcd"],
...@@ -317,7 +322,4 @@ if systemctl -q is-enabled hdcd.service; then ...@@ -317,7 +322,4 @@ if systemctl -q is-enabled hdcd.service; then
/system/bin/hdcd -t & /system/bin/hdcd -t &
fi fi
if systemctl -q is-enabled faultloggerd.service; then echo "All OpenHarmony services started"
setparam ro.logsystem.usertype 6 # UserType::OVERSEAS_COMMERCIAL
/system/bin/faultloggerd &
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment