From a912029462ae988ab4e2a96a0958e54a3c2e822f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 31 Mar 2017 13:39:42 -0500 Subject: [PATCH] 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. --- init.d/mount-ro.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in index 3553b7a3..aa7a57cb 100644 --- a/init.d/mount-ro.in +++ b/init.d/mount-ro.in @@ -13,7 +13,7 @@ description="Re-mount filesytems read-only for a clean reboot." depend() { - need killprocs savecache + after killprocs savecache keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver }