2017-04-08 04:04:27 +02:00
|
|
|
[Unit]
|
2018-05-01 18:49:10 +02:00
|
|
|
Description=__APP__-sidekiq
|
2017-04-08 04:04:27 +02:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2018-05-01 18:49:10 +02:00
|
|
|
User=__APP__
|
|
|
|
WorkingDirectory=__FINALPATH__/live
|
2017-04-08 04:04:27 +02:00
|
|
|
Environment="RAILS_ENV=production"
|
2019-04-06 16:08:48 +02:00
|
|
|
Environment="DB_POOL=25"
|
|
|
|
Environment="MALLOC_ARENA_MAX=2"
|
2019-05-10 17:28:21 +02:00
|
|
|
ExecStart=/opt/rbenv/versions/2.6.1/bin/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]
|
2018-05-01 18:49:10 +02:00
|
|
|
WantedBy=multi-user.target
|