fix staging, commands, demonizable puma (4.x)

This commit is contained in:
Hub Feenix Member
2023-01-03 21:29:29 +02:00
parent 35732e7ce6
commit 8cd2edb521
6 changed files with 12 additions and 3 deletions

3
bin/kill Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
kill -9 `cat tmp/pids/server.pid`

3
bin/staging Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
exec ./bin/rails s -b 0.0.0.0 -p 3000 -d