summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiku Nomoto <riku.nomoto@woven-planet.global>2021-01-26 09:33:56 +0900
committerRiku Nomoto <riku.nomoto@woven-planet.global>2021-01-26 10:48:56 +0900
commit297bbddfa977d85317644d4626eeebdbc266f97a (patch)
tree0c6f19b9d1ac7893506627b43b18bde625de5a0d
parente9c50e0578cd045617f898e01cb51ec05ec7b014 (diff)
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-xagl-systemd/launch_sm.service1
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