Adding upstream version 4.2+20230901.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
14fbe53fb1
commit
f48db6685a
15 changed files with 418 additions and 196 deletions
|
@ -140,7 +140,13 @@ do
|
|||
echo $a > $fl
|
||||
any=yes
|
||||
done
|
||||
if [ -z "$any" ]; then exit 0; fi
|
||||
# mdcheck_continue.timer is started by mdcheck_start.timer.
|
||||
# When the check action can be finished in mdcheck_start.service,
|
||||
# it doesn't need mdcheck_continue anymore.
|
||||
if [ -z "$any" ]; then
|
||||
systemctl stop mdcheck_continue.timer
|
||||
exit 0;
|
||||
fi
|
||||
sleep 120
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue