screen usage
# create
screen -R ollama-service
# dettatch
screen -d
# or Ctrl+a and press d to dettach
# ls
screen -ls
screen -r
# or
screen -R ollama-service
# to attach again
# create
screen -R ollama-service
# dettatch
screen -d
# or Ctrl+a and press d to dettach
# ls
screen -ls
screen -r
# or
screen -R ollama-service
# to attach again