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:
parent
704f477845
commit
6afe7b40d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue