diff options
Diffstat (limited to 'conf.d/fsck')
-rw-r--r-- | conf.d/fsck | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/fsck b/conf.d/fsck index 6f039451..540c6f71 100644 --- a/conf.d/fsck +++ b/conf.d/fsck @@ -1,3 +1,7 @@ +# Pass any arguments to fsck. +# By default we preen. +fsck="-p" + # fsck_shutdown causes fsck to trigger during shutdown as well as startup. # The end result of this is that if any periodic non-root filesystem checks are # scheduled, under normal circumstances the actual check will happen during |