我一直在尝试将一个简单的点网应用程序作为守护进程运行。我从下面给出的许多链接中获得了帮助,并按照建议进行了操作。链接:
- 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
我已遵循上述所有链接中给出的所有标准步骤,但收到了所有常见错误,并且在网上找不到任何解决方案。
以下是我运行命令时得到的日志: sudo systemctl status console1.service
如果有人知道我为什么得到这些,那将会有很大的帮助。我过去两天被困在这里。