1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

LOAD_NODE -> NODE_LOAD

This commit is contained in:
Kay0u 2020-12-11 10:48:57 +01:00
parent 248b717f37
commit b93733d726
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -9,7 +9,7 @@
Environment="NODE_ENV=production"
Environment="PORT=__PORT_STREAM__"
Environment="STREAMING_CLUSTER_NUM=1"
Environment=__YNH_LOAD_NODE_PATH__
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NODE__ ./streaming
TimeoutSec=15
Restart=always