mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 11:59:49 +00:00
matrix-gui: add missing service file, as spotted by Roger Monk
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user