diff options
Diffstat (limited to 'conf.d/swap')
-rw-r--r-- | conf.d/swap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf.d/swap b/conf.d/swap new file mode 100644 index 00000000..17bd0341 --- /dev/null +++ b/conf.d/swap @@ -0,0 +1,13 @@ +# If you are only using local swap partitions, you should not change +# this file. Otherwise, you need to uncomment the below rc_before line +# followed by the appropriate rc_need line. +#rc_before="!localmount" +# +# If you are using swap files stored on local file systems, uncomment +# this line. +#rc_need="localmount" +# +# If you are using swap files stored on network file systems or swap +# partitions stored on network block devices such as iSCSI, uncomment +# this line. +#rc_need="netmount" |