2017-04-08 02:04:27 +00:00
|
|
|
[Unit]
|
2018-05-01 16:49:10 +00:00
|
|
|
Description=__APP__-web
|
2017-04-08 02:04:27 +00:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
2018-05-01 16:49:10 +00:00
|
|
|
User=__APP__
|
|
|
|
|
WorkingDirectory=__FINALPATH__/live
|
2017-04-08 02:04:27 +00:00
|
|
|
Environment="RAILS_ENV=production"
|
2018-06-21 02:48:02 +00:00
|
|
|
Environment="PORT=__PORT_WEB__"
|
2019-10-07 20:54:13 +00:00
|
|
|
ExecStart=/opt/rbenv/versions/2.6.5/bin/bundle exec puma -C config/puma.rb
|
2019-04-06 14:08:48 +00:00
|
|
|
ExecReload=/bin/kill -SIGUSR1 $MAINPID
|
2017-04-08 02:04:27 +00:00
|
|
|
TimeoutSec=15
|
|
|
|
|
Restart=always
|
2017-04-09 14:32:12 +00:00
|
|
|
StandardError=syslog
|
2017-04-08 02:04:27 +00:00
|
|
|
|
|
|
|
|
[Install]
|
2018-05-01 16:49:10 +00:00
|
|
|
WantedBy=multi-user.target
|