mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-06 00:13:33 +00:00
Merge e25464cfce into 90f730c3d4
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user