1 Star 0 Fork 27

yuqi125/swooleyaf

forked from a07061625/swooleyaf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
helper_service_manager.php 662 Bytes
一键复制 编辑 原始数据 按行查看 历史
紫血剑神 提交于 2020-03-26 14:11 . namespace Tool rename to SyTool
<?php
require_once __DIR__ . '/helper_load.php';
$type = SyTool\Tool::getClientOption('-st', false, 'server');
if ($type == 'server') {
$projects = include __DIR__ . '/config_projects.php';
$commandPrefix = 'sudo /usr/local/php7/bin/php ' . __DIR__ . '/helper_service.php';
\Helper\ServiceManager::handleAllService($commandPrefix, $projects);
} elseif ($type == 'processpool') {
$pools = include __DIR__ . '/config_pools.php';
$commandPrefix = 'sudo /usr/local/php7/bin/php ' . __DIR__ . '/helper_service.php';
\Helper\ServiceManager::handleAllProcessPool($commandPrefix, $pools);
} else {
exit('服务类型不支持' . PHP_EOL);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yuqi125/swooleyaf.git
git@gitee.com:yuqi125/swooleyaf.git
yuqi125
swooleyaf
swooleyaf
master

搜索帮助