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

[Service]
 Type=simple
 User=mastodon
 WorkingDirectory=/opt/mastodon/live
 Environment="RAILS_ENV=production"
 Environment="DB_POOL=5"
 ExecStart=/opt/mastodon/.rbenv/shims/bundle exec sidekiq -c 5 -q default -q mailers -q pull -q push
 TimeoutSec=15
 Restart=always

[Install]
 WantedBy=multi-user.target