summaryrefslogtreecommitdiffstats
path: root/video_in_hal/agl-systemd/launch_sm.service
diff options
context:
space:
mode:
Diffstat (limited to 'video_in_hal/agl-systemd/launch_sm.service')
-rwxr-xr-xvideo_in_hal/agl-systemd/launch_sm.service22
1 files changed, 22 insertions, 0 deletions
diff --git a/video_in_hal/agl-systemd/launch_sm.service b/video_in_hal/agl-systemd/launch_sm.service
new file mode 100755
index 0000000..8edc914
--- /dev/null
+++ b/video_in_hal/agl-systemd/launch_sm.service
@@ -0,0 +1,22 @@
+[Unit]
+Description=launch_sm
+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
+Type=oneshot
+User=root
+StandardOutput=inherit
+StandardError=inherit
+RemainAfterExit=yes
+LimitAS=infinity
+LimitRSS=infinity
+LimitCORE=infinity
+LimitNOFILE=65536
+LimitMSGQUEUE=infinity
+
+[Install]
+WantedBy=multi-user.target