summaryrefslogtreecommitdiff
path: root/sys-apps/clrngd/files/clrngd-init.d-r2
blob: 5a7bc5be924dddd87bce02a124cfc629143ade5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name='clrngd'
command='/usr/sbin/clrngd'
command_args="${clrngd_opts:-${DELAYTIME}}"
description="Clock entropy for RNG"

depend() {
	after random
	before net
	provide entropy
}