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

19 lines
377 B
SYSTEMD
Raw Normal View History

2017-04-08 04:04:27 +02:00
[Unit]
2020-12-11 14:40:13 +01:00
Description=__APP__-sidekiq
After=network.target
2017-04-08 04:04:27 +02:00
[Service]
2020-12-11 14:40:13 +01:00
Type=simple
User=__APP__
WorkingDirectory=__FINALPATH__/live
Environment="RAILS_ENV=production"
Environment="DB_POOL=25"
Environment="MALLOC_ARENA_MAX=2"
2021-02-24 06:35:45 +01:00
ExecStart=/opt/rbenv/versions/__APP__/bin/bundle exec sidekiq -c 25
2020-12-11 14:40:13 +01:00
TimeoutSec=15
Restart=always
StandardError=syslog
2017-04-08 04:04:27 +02:00
[Install]
2020-12-11 14:40:13 +01:00
WantedBy=multi-user.target