when we run dot net core application in linux using dotnet run
command we have following output on terminal
Where it asks to press 'ctrl+c'
to end application.
I want to run this application in detached mode so that my terminal will not hold with output screen like shown in above pic.
I have managed to do this using nohup command.
nohup dotnet ReportGenerator.Web.dll > dotnetcore.log &
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With