postgres hook 测试成功
This commit is contained in:
4
scripts/search_libzvfs.sh
Executable file
4
scripts/search_libzvfs.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
pgrep -u postgres -x postgres | while read p; do
|
||||
echo "PID=$p"
|
||||
sudo grep -m1 libzvfs /proc/$p/maps || echo " (no libzvfs)"
|
||||
done
|
||||
Reference in New Issue
Block a user