2017-04-08 02:04:27 +00:00
|
|
|
[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
|
2017-04-09 14:32:12 +00:00
|
|
|
StandardError=syslog
|
2017-04-08 02:04:27 +00:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|