Use "puma" instead of "rails server"
This commit is contained in:
parent
d5fb5220bf
commit
1bf6996576
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ After=syslog.target network.target
|
|||
Description=Partynest web server
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/bundle exec rails server --environment production
|
||||
ExecStart=/usr/bin/bundle exec puma --environment production
|
||||
Group=group
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
|
|
Reference in a new issue