summaryrefslogtreecommitdiff
path: root/rngd.initd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-02-20 13:34:47 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-02-20 13:34:47 -0800
commit777ab3ba81cecfd8ba31e1681cdb4906b988623b (patch)
tree3b8b3ec48432d8c90869c846e7db63304d2210b8 /rngd.initd
parentAlso disable nist network entropy source, just to be explicit. (diff)
downloadrng-tools-openrc-neug-777ab3ba81cecfd8ba31e1681cdb4906b988623b.tar.xz
Swap to /usr/bin and /run paths
No longer backup sh
Diffstat (limited to 'rngd.initd')
-rw-r--r--rngd.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/rngd.initd b/rngd.initd
index cb342b1..a111629 100644
--- a/rngd.initd
+++ b/rngd.initd
@@ -1,4 +1,4 @@
-#!/sbin/openrc-run
+#!/usr/bin/openrc-run
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
@@ -9,6 +9,6 @@ depend() {
}
command=/etc/rngd-neug.sh
-pidfile="/var/run/${SVCNAME}.pid"
+pidfile="/run/${SVCNAME}.pid"
start_stop_daemon_args="--wait 1000"
retry="SIGKILL/5000"