프리미염 플랜에서 항상켜두기로 서버를 실행시키고 싶은데 안되네요.
nohup에 명령어를 실행시켜도 안되고 스크립트 파일로 해도 안되네요
터미널
root@goorm:/workspace/new(master)# nohup rails s -b 0.0.0.0 -p 80 &
[3] 25134
nohup: 입력 무시 및 'nohup.out' 에 출력 추가
[2] 1 나가기 nohup rails s
nohup.out 파일
A server is already running. Check /workspace/new/tmp/pids/server.pid.
=> Booting Puma
=> Rails 5.2.4.3 application starting in development
=> Run rails server -h
for more startup options
Exiting
sh파일로 실행
root@goorm:/workspace/new(master)# nohup sh shell.sh &
[2] 25666
nohup: 입력 무시 및 'nohup.out' 에 출력 추가
nohup.out
A server is already running. Check /workspace/new/tmp/pids/server.pid.
=> Booting Puma
=> Rails 5.2.4.3 application starting in development
=> Run rails server -h
for more startup options
Exiting
서버가 이미 켜져있다고 하는데 실행해보면 되는데 ide만 끄면 바로 꺼지네요 도와주세요 제발