Skip to content
Snippets Groups Projects
Commit 658b4621 authored by Nolan Lawson's avatar Nolan Lawson Committed by Eugen Rochko
Browse files

perf: run node directly when streaming (#10032)

parent 188f1c7c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment