You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
304 B

#!/bin/sh
. /lib/dracut-lib.sh
if ! [ "$DEBUG_MEM_LEVEL" -ge 4 ]; then
return 0
fi
if command -v systemctl > /dev/null; then
systemctl stop memstrack.service
else
pkill --signal INT '[m]emstrack'
while pgrep -c '[m]emstrack' > /dev/null; do
sleep 1
done
fi
cat /.memstrack