I have been trying to run a simple dot net application as a daemon. I took a help from many of the below given links and did as suggested. Links:
- http://pmcgrath.net/running-a-simple-dotnet-core-linux-daemon
- https://developers.redhat.com/blog/2017/06/07/writing-a-linux-daemon-in-c/
- https://stackoverflow.com/questions/50514114/dotnet-app-started-as-daemon-doesnt-working-properly
I have followed all the standard steps given in all the above links but received a common error in all and couldn't find any resolution online.
Below is the log which I get when I run the command: sudo systemctl status console1.service
If anyone having any idea why I am getting these it would be of great help. I am stuck here for last 2 days.