Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
appspawn.service 191 B
[Unit]
Description=OpenHarmony Appspawn service
Requires=hilogd.service

[Service]
Type=exec
ExecStartPre=mkdir -p /data/app
ExecStart=/usr/bin/appspawn

[Install]
WantedBy=multi-user.target