Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dhakalsuresh/9ff01fe70f8399bbd1f13f16e03b8537 to your computer and use it in GitHub Desktop.
Save dhakalsuresh/9ff01fe70f8399bbd1f13f16e03b8537 to your computer and use it in GitHub Desktop.
files:
"/opt/elasticbeanstalk/hooks/appdeploy/post/99_queue_starter.sh":
mode: "000755"
owner: root
group: root
content: |
cd /var/www/html
php artisan queue:work 1>> /dev/null 2>&1 & echo queue2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment