summaryrefslogtreecommitdiffstats
path: root/agl-systemd/setup_refhw.service
diff options
context:
space:
mode:
Diffstat (limited to 'agl-systemd/setup_refhw.service')
-rwxr-xr-xagl-systemd/setup_refhw.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/agl-systemd/setup_refhw.service b/agl-systemd/setup_refhw.service
new file mode 100755
index 0000000..427dfed
--- /dev/null
+++ b/agl-systemd/setup_refhw.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Initialize Reference Hardware Settings
+#After=weston.service
+
+[Service]
+EnvironmentFile=/tool_9E_SI/env.txt
+ExecStart=/tool_9E_SI/setup_refhw.sh
+Type=oneshot
+#StandardInput=tty
+#TTYPath=/dev/tty1
+#TTYReset=yes
+#TTYVHangup=yes
+
+[Install]
+WantedBy=multi-user.target