From: Martin Schwenke Date: Thu, 6 Jul 2023 10:28:30 +0000 (+1000) Subject: ctdb-scripts: Change NFS-Ganesha PID file location X-Git-Tag: tdb-1.4.11~525 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a3d7c09719c1898bc90ace2bc35cbb74d75b5f4;p=thirdparty%2Fsamba.git ctdb-scripts: Change NFS-Ganesha PID file location This is the current default. Signed-off-by: Martin Schwenke Reviewed-by: Volker Lendecke --- diff --git a/ctdb/doc/examples/nfs-ganesha-callout b/ctdb/doc/examples/nfs-ganesha-callout index a68cffeda10..d78e48f9939 100755 --- a/ctdb/doc/examples/nfs-ganesha-callout +++ b/ctdb/doc/examples/nfs-ganesha-callout @@ -241,7 +241,7 @@ service_check() fi # Check that NFS Ganesha is running, according to PID file - _pidfile="/var/run/ganesha.pid" + _pidfile="/var/run/ganesha/ganesha.pid" _ganesha="/usr/bin/ganesha.nfsd" if ! { read -r _pid <"$_pidfile" &&