diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-17 14:04:14 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-17 14:04:14 +0200 |
commit | 49041cdd1d986e42cb2c1c47017a91b8f124d04d (patch) | |
tree | 3ccf3cc61c82f1cb8ed6d10bb5c6a0d8c9d5f1a2 /recipes-ti | |
parent | 975fe1faa654b33db19b155fa5df88cc7e5c9d93 (diff) | |
download | meta-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.service | 10 |
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] | ||
2 | Description=Texas Instruments Matrix GUI | ||
3 | ConditionPathExists=|__MATRIX_BASE_DIR__ | ||
4 | |||
5 | [Service] | ||
6 | WorkingDirectory=__MATRIX_BASE_DIR__ | ||
7 | ExecStart=/usr/bin/node -- server.js | ||
8 | |||
9 | [Install] | ||
10 | WantedBy=multi-user.target | ||