diff options
Diffstat (limited to 'init.d/dumpon.in')
-rw-r--r-- | init.d/dumpon.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/dumpon.in b/init.d/dumpon.in index 48cb036a..35c166f5 100644 --- a/init.d/dumpon.in +++ b/init.d/dumpon.in @@ -6,7 +6,7 @@ description="Configures a specific kernel dump device." depend() { need swap - keyword nojail noprefix + keyword -jail -prefix } start() { |