1
0
Fork 0

Use "puma" instead of "rails server"

This commit is contained in:
Alex Kotov 2018-12-10 06:32:17 +05:00
parent d5fb5220bf
commit 1bf6996576
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 1 additions and 1 deletions

View File

@ -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