summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-11-26 15:34:32 +0900
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-11-26 15:34:32 +0900
commita1b96f952fda5275cb0194f788768425754febae (patch)
treed86b61c04378d2d043cd3b68af70a465a36058df
parent4e2c4c7e8a002153e4cd55ddef5029b78d51c128 (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
-rwxr-xr-xagl-systemd/agl-trigger.service4
-rwxr-xr-xagl-systemd/launch_sm.service6
-rwxr-xr-xagl-systemd/setup_refhw.service4
-rwxr-xr-xagl-systemd/systemd-udev-trigger.service4
4 files changed, 9 insertions, 9 deletions
diff --git a/agl-systemd/agl-trigger.service b/agl-systemd/agl-trigger.service
index ea4d528..3aec04b 100755
--- a/agl-systemd/agl-trigger.service
+++ b/agl-systemd/agl-trigger.service
@@ -11,8 +11,8 @@
[Service]
Type=oneshot
#RemainAfterExit=yes
-EnvironmentFile=/etc/basesystem/env.txt
-ExecStart=/usr/bin/agl_set_capability.sh
+EnvironmentFile=/var/local/lib/basesystem/tool_9E_SI/env.txt
+ExecStart=/var/local/lib/basesystem/tool_9E_SI/agl_set_capability.sh
[Install]
WantedBy=multi-user.target
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
diff --git a/agl-systemd/setup_refhw.service b/agl-systemd/setup_refhw.service
index fe6b073..2eebe6b 100755
--- a/agl-systemd/setup_refhw.service
+++ b/agl-systemd/setup_refhw.service
@@ -3,8 +3,8 @@ Description=Initialize Reference Hardware Settings
#After=weston.service
[Service]
-EnvironmentFile=/etc/basesystem/env.txt
-ExecStart=/usr/bin/setup_refhw.sh
+EnvironmentFile=/var/local/lib/basesystem/tool_9E_SI/env.txt
+ExecStart=/var/local/lib/basesystem/tool_9E_SI/setup_refhw.sh
Type=oneshot
#StandardInput=tty
#TTYPath=/dev/tty1
diff --git a/agl-systemd/systemd-udev-trigger.service b/agl-systemd/systemd-udev-trigger.service
index e6431e7..7dcfce9 100755
--- a/agl-systemd/systemd-udev-trigger.service
+++ b/agl-systemd/systemd-udev-trigger.service
@@ -17,6 +17,6 @@ ConditionPathIsReadWrite=/sys
[Service]
Type=oneshot
RemainAfterExit=yes
-EnvironmentFile=/etc/basesystem/env.txt
-ExecStartPre=/usr/bin/set_capability.sh
+EnvironmentFile=/var/local/lib/basesystem/tool_9E_SI/env.txt
+ExecStartPre=/var/local/lib/basesystem/tool_9E_SI/set_capability.sh
ExecStart=/bin/udevadm trigger --type=subsystems --action=add ; /bin/udevadm trigger --type=devices --action=add