Skip to content
Snippets Groups Projects
Commit 87f40c43 authored by Thierry Escande's avatar Thierry Escande
Browse files

openharmony-standard-3.0: Start appspawn service after samgr


This mofifies the appspawn service to start after the samgr one with a 2
seconds delay.

Signed-off-by: default avatarThierry Escande <thierry.escande@huawei.com>
parent bf71c778
No related branches found
No related tags found
1 merge request!70Add systemd units for OpenHarmony 3.0
[Unit] [Unit]
Description=OpenHarmony Appspawn service Description=OpenHarmony Appspawn service
Requires=hilogd.service Requires=samgr.service
After=samgr.service
[Service] [Service]
Type=exec Type=exec
# Delay execution by 2 secs after samgr.service
ExecStartPre=/bin/sleep 2
ExecStartPre=mkdir -p /data/app ExecStartPre=mkdir -p /data/app
ExecStart=/usr/bin/appspawn ExecStart=/usr/bin/appspawn
......
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