1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00
This commit is contained in:
gutschke
2024-08-12 14:01:30 +02:00
committed by GitHub

View File

@@ -390,7 +390,7 @@ function monitorinfo()
}
else
{
ch.stdin.write('ps -e | grep X\nexit\n');
ch.stdin.write("ps -e -o comm,cgroup|egrep '^X.*(-|::/user.slice.*)$'\nexit\n");
}
ch.waitExit();