Skip to content
Snippets Groups Projects
Commit 760e38e7 authored by Francesco Pham's avatar Francesco Pham
Browse files

dsofbus.service: start service after network-online.target


dsoftbus service depends on network-online.target because
it needs eth0 network adapter ready. Dsoftbus is crashing for a
segfault when starting before networking is ready.

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent e2e7c86e
No related branches found
No related tags found
1 merge request!116openharmony-standard: raspberrypi4-64 support
......@@ -11,6 +11,8 @@ Wants=foundation.service
Wants=huks.service
# Requires SA: 4701
Wants=deviceauth.service
After=network-online.target
Wants=network-online.target
[Service]
Type=notify
......
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