Comment 2 for bug 1508563

Revision history for this message
Michael Terry (mterry) wrote : Re: Shutdown dialog appears on resume under high load

Uh... Use the following command instead of pidof to get the pid:
ps ax | grep dbus-daemon | head -n 1 | awk '{print $1;}'

I forgot there are two dbus-daemons.