Explorar el Código

perf: run node directly when streaming (#10032)

master
Nolan Lawson hace 5 años
committed by Eugen Rochko
padre
commit
658b4621a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      dist/mastodon-streaming.service

+ 1
- 1
dist/mastodon-streaming.service Ver fichero

@@ -9,7 +9,7 @@ WorkingDirectory=/home/mastodon/live
Environment="NODE_ENV=production"
Environment="PORT=4000"
Environment="STREAMING_CLUSTER_NUM=1"
ExecStart=/usr/bin/npm run start
ExecStart=/usr/bin/node ./streaming
TimeoutSec=15
Restart=always



Cargando…
Cancelar
Guardar