Comment 16 for bug 1385641

Revision history for this message
Alex Muntada (alex.muntada) wrote :

@Calin I can confirm that adding the following script as /etc/pm/sleep.d/urfkill and giving it exec permissions solved the problem for me:

#!/bin/sh
#
# urfkilld restart (LP#1385641)

[ -f /etc/init/urfkill.conf ] || exit 0

/usr/sbin/service urfkill restart