We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4690d15 commit b46bec7Copy full SHA for b46bec7
scripts/linux/ba.blazor.service
@@ -7,7 +7,7 @@ Description=Bootstrap Blazor Application
7
Type=simple
8
WorkingDirectory=/usr/local/ba/blazor
9
Environment=ASPNETCORE_ENVIRONMENT=Production
10
-ExecStart=/usr/bin/dotnet BootstrapBlazor.Server.dll --urls http://localhost:50853
+ExecStart=dotnet BootstrapBlazor.Server.dll --urls http://localhost:50853
11
ExecStop=/bin/kill -2 $MAINPID
12
KillMode=process
13
Restart=on-failure
0 commit comments