From 297bbddfa977d85317644d4626eeebdbc266f97a Mon Sep 17 00:00:00 2001 From: Riku Nomoto Date: Tue, 26 Jan 2021 09:33:56 +0900 Subject: Fix Positioning startup error 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 Change-Id: I8b4bb6f897b77683a7586099a1880fa37d327d4a --- agl-systemd/launch_sm.service | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg