diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-03-16 10:16:39 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-03-16 10:16:39 -0500 |
commit | 9bd63b5d4a16601712a65eb8962214cdd4d26ce5 (patch) | |
tree | c9bbba2e063e99aec0f8b3fb569c1c26277c04b7 /init.d/swclock.in | |
parent | 48db17a93f5e60c0d241f8fb06bfbdd01206fb9c (diff) |
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.
Diffstat (limited to 'init.d/swclock.in')
-rw-r--r-- | init.d/swclock.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init.d/swclock.in b/init.d/swclock.in index 67baaab0..b5556eb5 100644 --- a/init.d/swclock.in +++ b/init.d/swclock.in @@ -13,10 +13,6 @@ description="Sets the local clock to the mtime of a given file." depend() { - before adjkerntz binfmt bootmisc devdb dumpon fsck hostid hostname keymaps - before localmount loopback modules mtab network newsyslog procfs root - before savecore staticroute swap swap-blk syscons sysctl syslogd - before termencoding ttys urandom wscons provide clock keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu } |