Skip to content

Commit b46bec7

Browse files
committed
chore: 更改 dotnet 命令路径
1 parent 4690d15 commit b46bec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/linux/ba.blazor.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description=Bootstrap Blazor Application
77
Type=simple
88
WorkingDirectory=/usr/local/ba/blazor
99
Environment=ASPNETCORE_ENVIRONMENT=Production
10-
ExecStart=/usr/bin/dotnet BootstrapBlazor.Server.dll --urls http://localhost:50853
10+
ExecStart=dotnet BootstrapBlazor.Server.dll --urls http://localhost:50853
1111
ExecStop=/bin/kill -2 $MAINPID
1212
KillMode=process
1313
Restart=on-failure

0 commit comments

Comments
 (0)