mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
17 lines
392 B
Desktop File
17 lines
392 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=20"
|
|
ExecStart=/opt/rbenv/versions/2.6.0/bin/bundle exec sidekiq -c 20 -q default -q mailers -q pull -q push
|
|
TimeoutSec=15
|
|
Restart=always
|
|
StandardError=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|