diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/loader.conf | 3 | ||||
| -rw-r--r-- | system/sysctl.conf | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/system/loader.conf b/system/loader.conf index 794e882..18e0b70 100644 --- a/system/loader.conf +++ b/system/loader.conf @@ -30,6 +30,3 @@ vfs.zfs.arc_max="2147483648" # Set Minimum for ZFS ARC vfs.zfs.arc_min="1073741824" - -# Allow system to poweroff -hw.efi.poweroff="0" 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 |
