]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-scripts: Change NFS-Ganesha PID file location
authorMartin Schwenke <mschwenke@ddn.com>
Thu, 6 Jul 2023 10:28:30 +0000 (20:28 +1000)
committerVolker Lendecke <vl@samba.org>
Thu, 30 May 2024 11:42:30 +0000 (11:42 +0000)
This is the current default.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
ctdb/doc/examples/nfs-ganesha-callout

index a68cffeda107720c63bd677513aacbbc70b85301..d78e48f9939a1ee6dd7ad5d1bcf4c5e837b086a5 100755 (executable)
@@ -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" &&