diff options
Diffstat (limited to 'init.d/fsck')
-rw-r--r-- | init.d/fsck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/fsck b/init.d/fsck index 4c184cf2..e899accf 100644 --- a/init.d/fsck +++ b/init.d/fsck @@ -7,7 +7,7 @@ description="Check and repair filesystems according to /etc/fstab" depend() { after clock modules - keywords nojail notimeout + keyword nojail notimeout } start() |