5 lines
142 B
Bash
Executable file
5 lines
142 B
Bash
Executable file
#!/bin/sh
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
|
|
|
sysctl vm.swappiness=1
|