mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
Merge e25464cfce into 90f730c3d4
This commit is contained in:
@@ -390,7 +390,7 @@ function monitorinfo()
|
|||||||
}
|
}
|
||||||
else
|
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();
|
ch.waitExit();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user