mastodon_ynh/conf/mastodon-web.service

19 lines
384 B
SYSTEMD
Raw Normal View History

2017-04-08 02:04:27 +00:00
[Unit]
2020-12-11 13:40:13 +00:00
Description=__APP__-web
After=network.target
2017-04-08 02:04:27 +00:00
[Service]
2020-12-11 13:40:13 +00:00
Type=simple
User=__APP__
WorkingDirectory=__FINALPATH__/live
Environment="RAILS_ENV=production"
Environment="PORT=__PORT_WEB__"
ExecStart=__RBENV_ROOT__/shims/bundle exec puma -C config/puma.rb
ExecReload=/bin/kill -SIGUSR1 $MAINPID
TimeoutSec=15
Restart=always
StandardError=syslog
2017-04-08 02:04:27 +00:00
[Install]
2020-12-11 13:40:13 +00:00
WantedBy=multi-user.target