php - Can't run artisan redis:subscribe command as service, in background and daemon -


i'm trying run redis:subscribe artisan command service, in background mode , need script not die on error.

i have tried supervisor, no result.

do have suggestions?


  • os: centos 7
  • lang: php
  • framework: laravel

trying execute command :

php artisan redis:subscribe & 

the '&' allow set cmd deamon.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -