#!/sbin/openrc-run # Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 name="swapfile" description="Enable the swap file on /home/swapfile on boot" command=/sbin/swapon command_args="/home/swapfile" pidfile= depend() { need root need localmount }