keep server running on EC2 instance after ssh is terminated

前端 未结 5 1815
忘了有多久
忘了有多久 2020-12-23 12:09

Currently, I have two servers running on an EC2 instance (MongoDB and bottlepy). Everything works when I SSHed to the instance and sta

5条回答
  •  一个人的身影
    2020-12-23 12:46

    If you don't want to run some process as a service (or via an apache module) you can (like I do for using IRC) use gnome-screen Install screen http://hostmar.co/software-small.

    screen keeps running on your server even if you close the connection - and thus every process you started within will keep running too.

提交回复
热议问题