Fix Positioning startup error 61/25961/2 10.0.3 10.93.0 11.92.0 12.90.0 12.90.1 12.91.0 jellyfish/10.0.3 jellyfish_10.0.3 koi/10.93.0 koi_10.93.0 lamprey/11.91.0 lamprey/11.92.0 lamprey_11.91.0 lamprey_11.92.0 marlin/12.90.0 marlin/12.90.1 marlin/12.91.0 marlin_12.90.0 marlin_12.90.1 marlin_12.91.0
authorRiku Nomoto <riku.nomoto@woven-planet.global>
Tue, 26 Jan 2021 00:33:56 +0000 (09:33 +0900)
committerRiku Nomoto <riku.nomoto@woven-planet.global>
Tue, 26 Jan 2021 01:48:56 +0000 (10:48 +0900)
The /tmp/shm folder is required to start Positioning.
The creation of this folder is performed by setup_refhw.sh.
I thought this script was unnecessary, but without it, Basesystem service
does not work.

setup_refhw.sh has the terrible file name and command.

Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global>
Change-Id: I8b4bb6f897b77683a7586099a1880fa37d327d4a

agl-systemd/launch_sm.service

index b1ada76..fc2e0ce 100755 (executable)
@@ -1,5 +1,6 @@
 [Unit]
 Description=launch_sm
+After=setup_refhw.service
 
 [Service]
 PermissionsStartOnly=yes