diff options
author | Riku Nomoto <riku.nomoto@woven-planet.global> | 2021-01-26 09:33:56 +0900 |
---|---|---|
committer | Riku Nomoto <riku.nomoto@woven-planet.global> | 2021-01-26 10:48:56 +0900 |
commit | 297bbddfa977d85317644d4626eeebdbc266f97a (patch) | |
tree | 0c6f19b9d1ac7893506627b43b18bde625de5a0d | |
parent | e9c50e0578cd045617f898e01cb51ec05ec7b014 (diff) |
Fix Positioning startup errormarlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi/10.93.0jellyfish_10.0.3jellyfish/10.0.312.91.012.90.112.90.011.92.010.93.010.0.3
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
-rwxr-xr-x | agl-systemd/launch_sm.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agl-systemd/launch_sm.service b/agl-systemd/launch_sm.service index b1ada76..fc2e0ce 100755 --- a/agl-systemd/launch_sm.service +++ b/agl-systemd/launch_sm.service @@ -1,5 +1,6 @@ [Unit] Description=launch_sm +After=setup_refhw.service [Service] PermissionsStartOnly=yes |