mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Fix systemd.service after version 3.1
This commit is contained in:
parent
dec1efa9e3
commit
54418378f4
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ User=__APP__
|
|||
Group=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
ExecStart=__YNH_NODE__ red.js -p __PORT__ -u __INSTALL_DIR__/data
|
||||
ExecStart=__YNH_NODE__ packages/node_modules/node-red/red.js -p __PORT__ -u __INSTALL_DIR__/data
|
||||
StandardOutput=syslog
|
||||
StandardError=inherit
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue