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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -