aboutsummaryrefslogtreecommitdiff
path: root/system/sysctl.conf
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-06-25 18:51:09 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-06-25 18:51:09 +0100
commit3c8faa4b0818efbf84b35fd65c238023c6962ca8 (patch)
tree4ca233773d0f245573e372e3d2679bd5e7f6d11b /system/sysctl.conf
parent09af78a3c00b6cc7e03827cef643a90d942f7981 (diff)
Moved hw.efi.poweroff from /boot/loader.conf to /etc/sysctl.conf
Diffstat (limited to 'system/sysctl.conf')
-rw-r--r--system/sysctl.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/sysctl.conf b/system/sysctl.conf
index 189002f..49f9cf7 100644
--- a/system/sysctl.conf
+++ b/system/sysctl.conf
@@ -16,3 +16,6 @@ hw.snd.default_unit=5
# Stop core dumps
kern.coredump=0
+
+# Allow system to poweroff
+hw.efi.poweroff=0