aboutsummaryrefslogtreecommitdiff
path: root/conf/mastodon-web.service
blob: 14d1260ec6e8d0848f4e03b257ade09cea5e5100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
 Description=__APP__-web
 After=network.target

[Service]
 Type=simple
 User=__APP__
 WorkingDirectory=__FINALPATH__/live
 Environment="RAILS_ENV=production"
 Environment="PORT=__PORT_WEB__"
 ExecStart=__RBENVROOT__/shims/bundle exec puma -C config/puma.rb
 ExecReload=/bin/kill -SIGUSR1 $MAINPID
 TimeoutSec=15
 Restart=always
 StandardError=syslog

[Install]
 WantedBy=multi-user.target