From 9bd63b5d4a16601712a65eb8962214cdd4d26ce5 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 16 Mar 2017 10:16:39 -0500 Subject: update dependencies for clock service The clock services had a very long list of "before" dependencies that referred to other services within OpenRC. For ease of maintenance, convert these to "after clock" dependencies in the individual services. --- init.d/mtab.in | 1 + 1 file changed, 1 insertion(+) (limited to 'init.d/mtab.in') diff --git a/init.d/mtab.in b/init.d/mtab.in index 99eb90d0..80ef275c 100644 --- a/init.d/mtab.in +++ b/init.d/mtab.in @@ -13,6 +13,7 @@ description="Update /etc/mtab to match what the kernel knows about" depend() { + after clock need root keyword -prefix -systemd-nspawn } -- cgit v1.2.3