Files
Arch-R/packages/sysutils/util-linux/config/swap.conf

13 lines
355 B
Plaintext
Raw Normal View History

2018-07-16 20:45:36 +02:00
# 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@"