diff --git a/etc/devd/apple.conf b/etc/devd/apple.conf index 26cbbb850151..a84822f7fd6e 100644 --- a/etc/devd/apple.conf +++ b/etc/devd/apple.conf @@ -6,7 +6,6 @@ notify 0 { match "system" "PMU"; match "subsystem" "Button"; - match "notify" "0x0"; action "shutdown -p now"; }; @@ -16,7 +15,6 @@ notify 0 { match "system" "PMU"; match "subsystem" "lid"; match "type" "close"; - match "notify" "0x0"; action "shutdown -p now"; };