summaryrefslogtreecommitdiff
path: root/init.d/savecore.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/savecore.in')
-rw-r--r--init.d/savecore.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d/savecore.in b/init.d/savecore.in
index 1423046..b04d1be 100644
--- a/init.d/savecore.in
+++ b/init.d/savecore.in
@@ -6,7 +6,8 @@ description="Saves a kernel dump."
depend()
{
- need localmount
+ need dumpon localmount
+ before encswap
keyword -jail
}