define-alpine-the-sequel/runit/scripts/04-swap.sh
2023-01-16 12:14:20 -03:00

4 lines
94 B
Bash

[ -n "$VIRTUALIZATION" ] && return 0
msg "Initializing swap..."
swapon -a || emergency_shell