You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- [Unit]
- Description=mastodon-sidekiq
- After=network.target
-
- [Service]
- Type=simple
- User=mastodon
- WorkingDirectory=/home/mastodon/mastodon
- Environment="RAILS_ENV=production"
- Environment="DB_POOL=5"
- ExecStart=/home/mastodon/.rbenv/shims/bundle exec sidekiq -c 5 -q default -q push -q mailers -q pull
- TimeoutSec=15
- Restart=always
-
- [Install]
- WantedBy=multi-user.target
|