Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. Supervisor is used with Laravel to run Queue tasks automatically.
Cloud and Dedicated Servers
Premium Cloud servers and Dedicated servers from HostRound with 100% uptime and 24/7 support.
Premium Cloud servers and Dedicated servers from HostRound with 100% uptime and 24/7 support.
1. Install EPEL repo
yum install epel-release
2. Install supervisor
yum -y install supervisor
3. Configure Supervisor from
/etc/supervisord.conf
4. Start and Enable supervisor on your system
systemctl enable supervisord
systemctl start supervisord