summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/rarpd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/rarpd')
-rwxr-xr-xetc/rc.d/rarpd3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/rarpd b/etc/rc.d/rarpd
index db5f0c4..9dffe43 100755
--- a/etc/rc.d/rarpd
+++ b/etc/rc.d/rarpd
@@ -13,8 +13,9 @@
name="rarpd"
rcvar="rarpd_enable"
command="/usr/sbin/${name}"
-pidfile="/var/run/${name}.pid"
required_files="/etc/ethers"
load_rc_config $name
+pidfile="${rarpd_pidfile:-/var/run/${name}.pid}"
+
run_rc_command "$1"
OpenPOWER on IntegriCloud