diff options
Diffstat (limited to 'init.d.BSD/savecore')
-rwxr-xr-x | init.d.BSD/savecore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d.BSD/savecore b/init.d.BSD/savecore index 217c0817..3b9ffb29 100755 --- a/init.d.BSD/savecore +++ b/init.d.BSD/savecore @@ -6,7 +6,8 @@ description="Saves a kernel dump." depend() { - need localmount + need localmount + keywords nojail } start() |