The old workaround for pm-utils doesn't work anymore in vivid since pm- suspend is never run. Now systemd-sleep is used instead, so you'll have to put the following script in /lib/systemd/system-sleep/urfkill:
#!/bin/sh # # urfkilld restart (LP#1385641) set -e [ -f /etc/urfkill/urfkill.conf ] || exit 0 case $1 in post) echo "$0: restarting urfkill" /usr/sbin/service urfkill restart ;; esac -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385641 Title: urfkilld use 100% cpu after resume To manage notifications about this bug go to: https://bugs.launchpad.net/urfkill/+bug/1385641/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs