diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-06-25 18:51:09 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-06-25 18:51:09 +0100 |
| commit | 3c8faa4b0818efbf84b35fd65c238023c6962ca8 (patch) | |
| tree | 4ca233773d0f245573e372e3d2679bd5e7f6d11b /system/sysctl.conf | |
| parent | 09af78a3c00b6cc7e03827cef643a90d942f7981 (diff) | |
Moved hw.efi.poweroff from /boot/loader.conf to /etc/sysctl.conf
Diffstat (limited to 'system/sysctl.conf')
| -rw-r--r-- | system/sysctl.conf | 3 |
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 |
