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

openharmony-preinit.service: enable RemainAfterExit


enable RemainAfterExit to openharmony-preinit.service to prevent 
the service from getting deactivated after initialization.

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent bca3e144
No related branches found
No related tags found
1 merge request!88openharmony-standard-3.0: add patches and initialization changes to fix ACTS failures
......@@ -4,6 +4,7 @@ Description=OpenHarmony pre-init setup
[Service]
Type=oneshot
ExecStart=/bin/sh /usr/sbin/openharmony-preinit
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
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