gentoo-ebuilds/sys-apps/clrngd/files/clrngd-init.d-r2
Robin H. Johnson 92d715d96d
sys-apps/clrngd: cleanup init
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://bugs.gentoo.org/484696
2024-04-15 08:02:30 -07:00

14 lines
302 B
Text

#!/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
}