mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Use node from path
This commit is contained in:
parent
acf655f373
commit
8ebb0f1bea
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ After=network.target
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=#DESTDIR#
|
WorkingDirectory=#DESTDIR#
|
||||||
User=#USER#
|
User=#USER#
|
||||||
ExecStart=/usr/local/bin/node main.js
|
ExecStart=node main.js
|
||||||
Restart=always
|
Restart=always
|
||||||
SyslogIdentifier=rocketchat
|
SyslogIdentifier=rocketchat
|
||||||
Environment="BIND_IP=127.0.0.1"
|
Environment="BIND_IP=127.0.0.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue