From c333707cba356f4cacfd58a6fcc78f7c073dddcd Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 14 Mar 2017 18:04:31 -0500 Subject: Remove all occurances of 'before *' from dependencies Using wildcards in dependencies causes issues when rc_parallel is set to yes because it can lead to deadlocks. All dependencies need to be explicit rather than implicit. This is the first stage of moving this direction. --- init.d/hwclock.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.d/hwclock.in') diff --git a/init.d/hwclock.in b/init.d/hwclock.in index f78cc7c3..3bfcab1d 100644 --- a/init.d/hwclock.in +++ b/init.d/hwclock.in @@ -34,7 +34,8 @@ depend() if yesno $clock_adjfile; then use root else - before * + before binfmt bootmisc fsck hostname keymaps localmount loopback mtab + before procfs root swap sysctl termencoding urandom fi keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu } -- cgit v1.2.3