사용자 서비스 로그 갱신 흐름 정리

This commit is contained in:
seo
2026-07-20 12:39:19 +09:00
parent 52b04453e7
commit ab55e7d4a6
4 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -3065,7 +3065,7 @@ function parse_systemctl_show_records(string $out): array
function systemd_service_logs(string $unit, int $limit = 12): array
{
$limit = max(1, min(50, $limit));
$limit = max(1, min(500, $limit));
$cmd = [
'/usr/bin/journalctl',
'-u',