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.
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.