summaryrefslogtreecommitdiff
path: root/rngd.initd
diff options
context:
space:
mode:
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"