File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public static void Main(string[] args)
1111 }
1212
1313 public static IHostBuilder CreateHostBuilder ( string [ ] args )
14- => Host . CreateDefaultBuilder ( args ) . ConfigureWebHostDefaults ( webBuilder => {
14+ => Host . CreateDefaultBuilder ( args ) . UseSystemd ( ) . ConfigureWebHostDefaults ( webBuilder => {
1515 webBuilder . UseStartup < Startup > ( ) ;
1616 } ) ;
1717 }
Original file line number Diff line number Diff line change 1111 <PackageReference Include =" FluentModbus" Version =" 3.1.0" />
1212 <PackageReference Include =" Hellang.Middleware.ProblemDetails" Version =" 5.4.0" />
1313 <PackageReference Include =" InfluxDB.Client" Version =" 4.4.0" />
14+ <PackageReference Include =" Microsoft.Extensions.Hosting.Systemd" Version =" 6.0.0" />
1415 <PackageReference Include =" RecursiveDataAnnotationsValidation" Version =" 1.1.1" />
1516 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.1.4" />
1617 </ItemGroup >
You can’t perform that action at this time.
0 commit comments