]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rc/rc.d/swap
unbound: Vendor import 1.18.0
[FreeBSD/FreeBSD.git] / libexec / rc / rc.d / swap
1 #!/bin/sh
2 #
3 #
4
5 # PROVIDE: swap
6 # REQUIRE: disks
7 # KEYWORD: nojail shutdown
8
9 . /etc/rc.subr
10
11 name="swap"
12 desc="Setup swap space"
13 start_cmd='/sbin/swapon -aq'
14 stop_cmd=':'
15
16 load_rc_config $name
17 run_rc_command "$1"