mastodon_ynh/conf/mastodon-sidekiq.service

18 lines
385 B
SYSTEMD
Raw Normal View History

2017-04-08 02:04:27 +00:00
[Unit]
Description=__APP__-sidekiq
2017-04-08 02:04:27 +00:00
After=network.target
[Service]
Type=simple
User=__APP__
WorkingDirectory=__FINALPATH__/live
2017-04-08 02:04:27 +00:00
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
2017-04-08 02:04:27 +00:00
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