mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Merge pull request #246 from YunoHost-Apps/fix-streaming-service
LOAD_NODE -> NODE_LOAD
This commit is contained in:
commit
3b99dc9aab
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
Environment="PORT=__PORT_STREAM__"
|
Environment="PORT=__PORT_STREAM__"
|
||||||
Environment="STREAMING_CLUSTER_NUM=1"
|
Environment="STREAMING_CLUSTER_NUM=1"
|
||||||
Environment=__YNH_LOAD_NODE_PATH__
|
Environment="__YNH_NODE_LOAD_PATH__"
|
||||||
ExecStart=__YNH_NODE__ ./streaming
|
ExecStart=__YNH_NODE__ ./streaming
|
||||||
TimeoutSec=15
|
TimeoutSec=15
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Reference in a new issue