summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-11-21 17:17:41 +0900
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-11-21 17:17:41 +0900
commit04d48b39a4f4ae51155e5f586868c48e7d9e8f4d (patch)
treebb36d7f8d09446165dd57c3815ccd0867e6708ee
parente074c24705f5ffeb4b5772db47946726bbc917ec (diff)
Revise PATH
/tool_9E_SI to /var/local/lib/basesystem/tool_9E_SI Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
-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 8cb752f..3aec04b 100755
--- a/agl-systemd/agl-trigger.service
+++ b/agl-systemd/agl-trigger.service
@@ -11,8 +11,8 @@
[Service]
Type=oneshot
#RemainAfterExit=yes
-EnvironmentFile=/tool_9E_SI/env.txt
-ExecStart=/tool_9E_SI/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 8edc914..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=/tool_9E_SI/env.txt
-ExecStartPre=/tool_9E_SI/set_cgroup_rt_runtime_us.sh 950000
-ExecStart=/tool_9E_SI/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 427dfed..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=/tool_9E_SI/env.txt
-ExecStart=/tool_9E_SI/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 07a3f30..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=/tool_9E_SI/env.txt
-ExecStartPre=/tool_9E_SI/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