diff options
Diffstat (limited to 'init.d/savecore.in')
-rw-r--r-- | init.d/savecore.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/savecore.in b/init.d/savecore.in index 66e746ee..afe8ce71 100644 --- a/init.d/savecore.in +++ b/init.d/savecore.in @@ -7,7 +7,7 @@ description="Saves a kernel dump." depend() { need localmount - keyword nojail noprefix + keyword -jail -prefix } start() |