From 7463e383b7fa0f70ac9d12d914181d1ac0227a7d Mon Sep 17 00:00:00 2001 From: skimrme Date: Thu, 22 Jan 2026 03:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=BC=80=E6=9C=BA=E8=87=AA?= =?UTF-8?q?=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/local/etc/rc.d/swapfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/usr/local/etc/rc.d/swapfile b/usr/local/etc/rc.d/swapfile index e45ed41..958aba9 100644 --- a/usr/local/etc/rc.d/swapfile +++ b/usr/local/etc/rc.d/swapfile @@ -1,5 +1,10 @@ #!/bin/sh +# PROVIDE: swapfile +# REQUIRE: FILESYSTEM +# KEYWORD: shutdown + + . /etc/rc.subr name="swapfile"