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:
William Hubbs 2017-03-31 13:39:42 -05:00
parent 1e90782797
commit a912029462

View File

@ -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
} }