1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00
mastodon_ynh/conf/mastodon-sidekiq.service

19 lines
379 B
SYSTEMD
Raw Normal View History

2017-04-08 04:04:27 +02:00
[Unit]
Description=__APP__-sidekiq
2017-04-08 04:04:27 +02:00
After=network.target
[Service]
Type=simple
User=__APP__
WorkingDirectory=__FINALPATH__/live
2017-04-08 04:04:27 +02:00
Environment="RAILS_ENV=production"
Environment="DB_POOL=25"
Environment="MALLOC_ARENA_MAX=2"
2020-06-04 00:36:02 +02:00
ExecStart=__RBENV_ROOT__/shims/bundle exec sidekiq -c 25
2017-04-08 04:04:27 +02:00
TimeoutSec=15
Restart=always
2017-04-09 16:32:12 +02:00
StandardError=syslog
2017-04-08 04:04:27 +02:00
[Install]
WantedBy=multi-user.target