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
Post a Comment