summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/matrix/matrix-gui/matrix-gui.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-ti/matrix/matrix-gui/matrix-gui.service b/recipes-ti/matrix/matrix-gui/matrix-gui.service
new file mode 100644
index 00000000..cc606194
--- /dev/null
+++ b/recipes-ti/matrix/matrix-gui/matrix-gui.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=Texas Instruments Matrix GUI
3ConditionPathExists=|__MATRIX_BASE_DIR__
4
5[Service]
6WorkingDirectory=__MATRIX_BASE_DIR__
7ExecStart=/usr/bin/node -- server.js
8
9[Install]
10WantedBy=multi-user.target