summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-17 14:04:14 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-17 14:04:14 +0200
commit49041cdd1d986e42cb2c1c47017a91b8f124d04d (patch)
tree3ccf3cc61c82f1cb8ed6d10bb5c6a0d8c9d5f1a2 /recipes-ti
parent975fe1faa654b33db19b155fa5df88cc7e5c9d93 (diff)
downloadmeta-ti-49041cdd1d986e42cb2c1c47017a91b8f124d04d.tar.gz
matrix-gui: add missing service file, as spotted by Roger Monk
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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