1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ctdb-scripts: Change NFS-Ganesha PID file location

This is the current default.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Martin Schwenke 2023-07-06 20:28:30 +10:00 committed by Volker Lendecke
parent a534f71347
commit 2a3d7c0971

View File

@ -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" &&