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.
This commit is contained in:
William Hubbs
2017-03-16 10:16:39 -05:00
parent 48db17a93f
commit 9bd63b5d4a
28 changed files with 27 additions and 16 deletions

View File

@@ -14,6 +14,7 @@ description="Initializes the random number generator."
depend()
{
after clock
need localmount
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn
}