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

[Service]
 Type=simple
 User=__APP__
 WorkingDirectory=__FINALPATH__/live
 Environment="RAILS_ENV=production"
 Environment="DB_POOL=25"
 Environment="MALLOC_ARENA_MAX=2"
 ExecStart=__RBENVROOT__/shims/bundle exec sidekiq -c 25
 TimeoutSec=15
 Restart=always
 StandardError=syslog

[Install]
 WantedBy=multi-user.target