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/hostid.in | 1 + 1 file changed, 1 insertion(+) (limited to 'init.d/hostid.in') diff --git a/init.d/hostid.in b/init.d/hostid.in index ec6f6979..107b7f5c 100644 --- a/init.d/hostid.in +++ b/init.d/hostid.in @@ -15,6 +15,7 @@ extra_commands="reset" depend() { use root + after clock before devd net keyword -jail -prefix } -- cgit v1.2.3