diff options
author | Cameron Nemo <camerontnorman@gmail.com> | 2019-04-16 21:22:19 -0700 |
---|---|---|
committer | Leah Neukirchen <chneukirchen@gmail.com> | 2019-04-17 13:11:45 +0200 |
commit | 041041511d32f113b9c1d879a83063bd21c997fe (patch) | |
tree | b1afc09c959c4e85d9cac33e8b008dd54ed3cfab /xcheckrestart | |
parent | c07853822749b43f287e873bb1525140b4ca619c (diff) | |
download | xtools-041041511d32f113b9c1d879a83063bd21c997fe.tar.gz xtools-041041511d32f113b9c1d879a83063bd21c997fe.tar.xz xtools-041041511d32f113b9c1d879a83063bd21c997fe.zip |
xcheckrestart: ignore memfd and graphics maps
Diffstat (limited to 'xcheckrestart')
-rwxr-xr-x | xcheckrestart | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xcheckrestart b/xcheckrestart index fe45c15..a810f5c 100755 --- a/xcheckrestart +++ b/xcheckrestart @@ -11,6 +11,9 @@ for f in /proc/[0-9]*; do -e /var/cache/fontconfig \ -e /dev/shm \ -e /home \ + -e /memfd \ + -e /i915 \ + -e /run/user \ -e 'drm mm object' | sort -u ) if [ "$LIBS" ]; then |