mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Update systemd.service
This commit is contained in:
parent
7078fe1465
commit
7f6940bce9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ User=__APP__
|
|||
WorkingDirectory=__FINALPATH__
|
||||
Environment="PATH=__ENV_PATH__"
|
||||
Environment="NODE_ENV=production"
|
||||
ExecStart=__YNH_NODE__ __FINALPATH__/server/main.js
|
||||
ExecStart=__YNH_NODE__ __FINALPATH__/main.js
|
||||
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
|
|
Loading…
Add table
Reference in a new issue