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/glitchsoc-sidekiq.service
Tagada 43184e1904 Glitch it is
Fix version
2021-04-20 21:44:12 +02:00

18 lines
381 B
Desktop File

[Unit]
Description=__APP__-sidekiq
After=network.target
[Service]
Type=simple
User=__APP__
WorkingDirectory=__FINALPATH__/live
Environment="RAILS_ENV=production"
Environment="DB_POOL=25"
Environment="MALLOC_ARENA_MAX=2"
ExecStart=__RBENV_ROOT__/versions/__APP__/bin/bundle exec sidekiq -c 25
TimeoutSec=15
Restart=always
StandardError=syslog
[Install]
WantedBy=multi-user.target