diff options
Diffstat (limited to '')
-rw-r--r-- | app.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ config: #cloud-config packages: - curl - - nohup + - screen runcmd: - mkdir /minecraft - cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh - - nohup /minecraft/MCServer/MCServer & + - screen -S mcserver -d -m /minecraft/MCServer/MCServer |