From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- .../jitterentropy-rngd/files/jitterentropy-rngd-initd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-initd (limited to 'app-crypt/jitterentropy-rngd/files') diff --git a/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-initd b/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-initd new file mode 100644 index 000000000000..1a7fb84723bf --- /dev/null +++ b/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-initd @@ -0,0 +1,17 @@ +#!/sbin/openrc-run +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +name="jitterentropy daemon" +command="/usr/sbin/jitterentropy-rngd" +pidfile="/run/jitterentropy-rngd.pid" +command_args="--pid ${pidfile}" + +depend() { + need localmount + before net + use logger + + provide entropy +} + -- cgit v1.2.3