summaryrefslogtreecommitdiff
path: root/nfs-utils/rpc.mountd
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-06-22 13:58:59 +0200
committerJuergen Daubert <jue@jue.li>2021-06-22 13:58:59 +0200
commit8203b3587b5fd8a45fb1181f6140cd98f51643d3 (patch)
tree43e08688e80b06a462532d9e5cd4b98c38a8479d /nfs-utils/rpc.mountd
parentd8a3f1eef3ef8bafe011309762b96d7554c2cc71 (diff)
downloadopt-8203b3587b5fd8a45fb1181f6140cd98f51643d3.tar.gz
opt-8203b3587b5fd8a45fb1181f6140cd98f51643d3.tar.xz
nfs-utils: fix pidfile location
Diffstat (limited to 'nfs-utils/rpc.mountd')
-rw-r--r--nfs-utils/rpc.mountd2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs-utils/rpc.mountd b/nfs-utils/rpc.mountd
index 316717c1a..1b228e8af 100644
--- a/nfs-utils/rpc.mountd
+++ b/nfs-utils/rpc.mountd
@@ -5,7 +5,7 @@
SSD=/sbin/start-stop-daemon
PROG=/usr/sbin/rpc.mountd
-PID=/var/run/rpc.mountd.pid
+PID=/run/rpc.mountd.pid
OPTS="--foreground"
case $1 in

Generated by cgit