mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
355 B
Plaintext
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@"
|