Run a persistent process via ssh

后端 未结 5 465
北恋
北恋 2020-12-17 09:50

I\'m trying to start a test server via ssh but it always dies once i disconnect from ssh.

Is there a way to start a process (run the server) so it doesn\'t die upon

5条回答
  •  自闭症患者
    2020-12-17 10:24

    In addition to the other replies, you could start your test server thru batch (or at) but as Brian answered you should call daemon

    And you could pass the -f option to ssh

提交回复
热议问题