From 653b1cf50003f36fd5d36ba19289faba40d0fa4b Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 26 Jan 2021 00:39:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a09619c..5f7391a 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Group=rtmpdash WorkingDirectory=/opt/rtmpdash Environment=ASPNETCORE_URLS='http://*:60001' Environment=ASPNETCORE_ENVIRONMENT=Production -ExecStart=/usr/bin/dotnet run --no-launch-profile +ExecStart=/usr/bin/dotnet run -c Release --no-launch-profile Type=simple TimeoutStopSec=20