1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

Fix red.js location, again

This commit is contained in:
tituspijean 2023-10-29 17:19:30 +01:00
parent 704f477845
commit 6afe7b40d6
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -8,7 +8,7 @@ User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NODE__ __INSTALL_DIR__/packages/node-red/red.js -p __PORT__ -u __INSTALL_DIR__/data
ExecStart=__YNH_NODE__ __INSTALL_DIR__/packages/node_modules/node-red/red.js -p __PORT__ -u __INSTALL_DIR__/data
StandardOutput=journal
StandardError=inherit