Differences From Artifact [b62a1c192e]:
- File swap.init — part of check-in [5062c9b6fc] at 2019-10-19 22:52:48 on branch trunk — add more services and init targets add daemonizer (user: arcade, size: 133) [annotate] [blame] [check-ins using]
To Artifact [1f6b4316a8]:
- File swap.init — part of check-in [47c6cc1171] at 2019-10-20 11:54:13 on branch trunk — fix variables, fix execution order (user: arcade, size: 109) [annotate] [blame] [check-ins using]
1 2 | # vim:ft=make: | < < | | 1 2 3 4 5 6 7 |
# vim:ft=make:
swap: savecore
.if ${:!sysctl -n vm.swap_enabled!}} != 0
: Enabling swap.
swapon -a
.endif
|