OS/Linux
nohup을 사용하여 백그라운드에서 동작 시키기
감동
2020. 1. 8. 11:26
nohup dotnet ./yourSelfContainedapp > /dev/null 2>&1 &
반응형