Skip to content
Snippets Groups Projects

Add systemd units for OpenHarmony 3.0

Merged Thierry Escande requested to merge thierrye/meta-openharmony:feat/systemd-units into kirkstone
All threads resolved!
Files
32
[Unit]
Description=OpenHarmony Account Manager service
Requires=appspawn.service
After=appspawn.service
[Service]
Type=exec
# should run as system:system
ExecStart=/usr/bin/sa_main /system/profile/accountmgr.xml
[Install]
WantedBy=multi-user.target
Loading