From: Koen Kooi Date: Mon, 17 Oct 2011 12:04:14 +0000 (+0200) Subject: matrix-gui: add missing service file, as spotted by Roger Monk X-Git-Tag: v2012.05-yocto1.2~313 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=commitdiff_plain;h=49041cdd1d986e42cb2c1c47017a91b8f124d04d matrix-gui: add missing service file, as spotted by Roger Monk Signed-off-by: Koen Kooi --- 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 0000000..cc60619 --- /dev/null +++ b/recipes-ti/matrix/matrix-gui/matrix-gui.service @@ -0,0 +1,10 @@ +[Unit] +Description=Texas Instruments Matrix GUI +ConditionPathExists=|__MATRIX_BASE_DIR__ + +[Service] +WorkingDirectory=__MATRIX_BASE_DIR__ +ExecStart=/usr/bin/node -- server.js + +[Install] +WantedBy=multi-user.target