@admin I want to run my dotnet app cli.dll in the background. I try nohup dotnet cli.dll &. But I get stopped immediately and no output show in the nohup.out. However, I try dotnet cli.dll, then it output correctly. But I need to run the command in the background not frontground. Any idea? like systemctl in the ubuntu?