diff --git a/api/endpoints/system.php b/api/endpoints/system.php index 82589d0..5dca765 100644 --- a/api/endpoints/system.php +++ b/api/endpoints/system.php @@ -89,7 +89,7 @@ function getNetworkIO(): array { } function getServices(): array { - $services = ["lshttpd","mysql","redis","memcached","postfix","dovecot","jarvis-agent"]; + $services = ["nginx","php8.3-fpm","mariadb","redis-server","jarvis-arc","jarvis-agent"]; $result = []; foreach ($services as $svc) { $out = shell_exec('systemctl is-active ' . escapeshellarg($svc) . ' 2>/dev/null');