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

This commit is contained in:
tituspijean 2023-10-29 16:43:27 +01:00
parent 7f060ea4da
commit 241a400cc6
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -8,8 +8,8 @@ User=__APP__
Group=__APP__ Group=__APP__
WorkingDirectory=__INSTALL_DIR__/ WorkingDirectory=__INSTALL_DIR__/
Environment="__YNH_NODE_LOAD_PATH__" Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NODE__ red.js -p __PORT__ -u __INSTALL_DIR__/data ExecStart=__YNH_NODE__ __INSTALL_DIR__/packages/node-red/red.js -p __PORT__ -u __INSTALL_DIR__/data
StandardOutput=syslog StandardOutput=journal
StandardError=inherit StandardError=inherit
# Sandboxing options to harden security # Sandboxing options to harden security