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
2288254075
commit
a081a04a14
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ Environment="NODE_ENV=production"
|
|||
WorkingDirectory=__FINALPATH__/
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
ExecStart=__YNH_NODE__ __FINALPATH__/main.js
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=__APP__
|
||||
Environment=MONGO_URL=mongodb://localhost:27017/__APP__?replicaSet=rs01
|
||||
Environment=MONGO_OPLOG_URL=mongodb://localhost:27017/local?replicaSet=rs01
|
||||
|
|
Loading…
Reference in a new issue