Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2020-06-06 17:05:56 +03:00
parent 8e9c371ce6
commit dabc53e04c
1 changed files with 0 additions and 4 deletions

View File

@ -6,11 +6,7 @@ service_command=( /usr/bin/fsck -A -C -p )
pre_start() {
printf 'Remounting / as read-only...\n'
mount / -o remount,ro
}
start() {
printf 'Checking filesystems...\n'
super_start
}
post_start() {