Skip to content

Instantly share code, notes, and snippets.

View farooqch11's full-sized avatar
💻
StackWorx.co

Farooq Ch farooqch11

💻
StackWorx.co
View GitHub Profile
@ctrlaltdylan
ctrlaltdylan / 01_sidekiq_upstart.config
Created December 13, 2019 16:14
EBextension for starting Sidekiq Process on Elasticbeanstalk
files:
"/opt/elasticbeanstalk/support/conf/sidekiq.conf":
mode: "000755"
content: |
description "Elastic Beanstalk Sidekiq Upstart Manager"
start on runlevel [2345]
stop on runlevel [06]
# explained above
respawn