diff options
author | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-11-26 15:34:32 +0900 |
---|---|---|
committer | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-11-26 15:34:32 +0900 |
commit | a1b96f952fda5275cb0194f788768425754febae (patch) | |
tree | d86b61c04378d2d043cd3b68af70a465a36058df /agl-systemd/launch_sm.service | |
parent | 4e2c4c7e8a002153e4cd55ddef5029b78d51c128 (diff) |
Rechange path about tool_9E_SI in agl-systemd recipe
/etc/basesystem to /var/local/lib/basesystem/tool_9E_SI
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: If89f62e2f25c0857ae5436fa2a3198296ae1f79c
Diffstat (limited to 'agl-systemd/launch_sm.service')
-rwxr-xr-x | agl-systemd/launch_sm.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agl-systemd/launch_sm.service b/agl-systemd/launch_sm.service index 0a8d591..ea0344a 100755 --- a/agl-systemd/launch_sm.service +++ b/agl-systemd/launch_sm.service @@ -4,9 +4,9 @@ After=setup_refhw.service agl-trigger.service [Service] PermissionsStartOnly=yes -EnvironmentFile=/etc/basesystem/env.txt -ExecStartPre=/usr/bin/set_cgroup_rt_runtime_us.sh 950000 -ExecStart=/usr/bin/launch_sm.sh +EnvironmentFile=/var/local/lib/basesystem/tool_9E_SI/env.txt +ExecStartPre=/var/local/lib/basesystem/tool_9E_SI/set_cgroup_rt_runtime_us.sh 950000 +ExecStart=/var/local/lib/basesystem/tool_9E_SI/launch_sm.sh Type=oneshot User=root StandardOutput=inherit |