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

foundation.service: run foundation service after weston.service


weston needs to be running before system abilities are able to start.

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent a6ddf5f7
No related branches found
No related tags found
No related merge requests found
Pipeline #16392 canceled
...@@ -18,6 +18,7 @@ Wants=distributed_data.service ...@@ -18,6 +18,7 @@ Wants=distributed_data.service
# Requires SA: 3202 5001 -- but from where? # Requires SA: 3202 5001 -- but from where?
Requires=dev-dri-card0.device Requires=dev-dri-card0.device
After=dev-dri-card0.device After=dev-dri-card0.device
After=weston.service
[Service] [Service]
Type=notify 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