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

[Service]
 Type=simple
 User=__APP__
 WorkingDirectory=__FINALPATH__/live
 Environment="RAILS_ENV=production"
 Environment="DB_POOL=20"
 ExecStart=__FINALPATH__/live/bin/bundle exec sidekiq -c 20 -q default -q mailers -q pull -q push
 TimeoutSec=15
 Restart=always
 StandardError=syslog

[Install]
 WantedBy=multi-user.target