aboutsummaryrefslogtreecommitdiff
path: root/conf/mastodon-sidekiq.service
blob: 7031e636eeacba27f284f9a1e63222847973c322 (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=__RBENV_ROOT__/shims/bundle exec sidekiq -c 25
TimeoutSec=15
Restart=always
StandardError=syslog

[Install]
WantedBy=multi-user.target