6 lines
206 B
Text
6 lines
206 B
Text
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
||
|
|
||
|
SWAPFILE="$HOME/.cache/swapfile"
|
||
|
SWAPFILESIZE="@SWAPFILESIZE@"
|
||
|
SWAP_ENABLED="@SWAP_ENABLED_DEFAULT@"
|