Supervisor Manager

PHP

Plesk extension for managing Supervisor processes and workers with monitoring, process control, service management, and deployment automation.

Stars
16
Forks
1
Downloads
N/A
Open Issues
0
Files main

Repository Files

Loading file structure...
plib/scripts/post-uninstall.php
<?php
pm_Context::init('supervisor-manager');

require_once __DIR__ . '/cleanup.php';

supervisorManagerCleanup();