简体   繁体   中英

Unable to start sidekiq on AWS EC2 instance

I have deployed my application on the AWS EC2 instance and install redis and sidekiq and also added sidekiq.service file inside /systemd/system/ folder and when I am trying to enable and start sidekiq using below commands then it gives error

sudo systemctl enable sidekiq

sudo systemctl start sidekiq

then it not able to start.

I have deployed my application on the AWS EC2 instance and install redis and sidekiq and also added sidekiq.service file inside /systemd/system/ folder and when I am trying to enable and start sidekiq using below commands then it gives error

sudo systemctl enable sidekiq

sudo systemctl start sidekiq

then it not able to start.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM