Hi Team,
I have a C# .NET Core 3.1 console application which is running on terminal window in RedHat Linux.
It is a long running application. it runs 24/7. Currently application is blocking the terminal window when it is running.
Now i got new change request which i need to implement
Change Request
The application has to run on background by following way in Linux terminal window,
Linux terminal window should not be blocked.
The commands are like below,
START appName
STOP appName
STATUS appname
Could you please help me on this?
Regards,
Prabs