1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-22 11:36:20 +00:00
Lakka-LibreELEC/packages/sysutils/util-linux/config/swap.conf
Ian Leonard 1fe4a9e202 util-linux: cleanup mount-swap, add comments to swap.conf
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2022-10-27 13:01:28 +00:00

13 lines
355 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
# location with write access and no spaces
SWAPFILE="${HOME}/.cache/swapfile"
# in MiB
SWAPFILESIZE="@SWAPFILESIZE@"
# set to "yes" to enable
SWAP_ENABLED="@SWAP_ENABLED_DEFAULT@"