All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:02, 20 June 2024 Qljca talk contribs created page Supervisor (Created page with "== Supervisor Installation on CentOS/AlmaLinux/RockyLinux/RHEL== 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. 1. Install EPEL repo <pre>yum install epel-release</pre> 2. Install supervisor <pre>yum -y install supervisor</pre> 3. Configuration file of Supervisor is /etc/supervisord.conf 4. Start and Enable...")