init.d/mount-ro: change dependency on killprocs and savecache to after
killprocs always succeeds and savecache is not required by mount-ro, so we can just start after both of these have run.
This commit is contained in:
parent
1e90782797
commit
a912029462
@ -13,7 +13,7 @@ description="Re-mount filesytems read-only for a clean reboot."
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
need killprocs savecache
|
after killprocs savecache
|
||||||
keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
|
keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user