@@ -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() {
|
||||
|
Reference in New Issue
Block a user