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:
parent
a534f71347
commit
2a3d7c0971
@ -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" &&
|
||||
|
Loading…
Reference in New Issue
Block a user