Skip to content

Commit

Permalink
more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Sep 18, 2024
1 parent 1e2e210 commit c202a3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nfs-ganesha/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ init_dbus

echo "Starting Ganesha NFS"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib
# Ensure the Ganesha directories exist and have correct permissions
# Ensure the Ganesha directories exist
mkdir -p /var/run/ganesha /var/lib/nfs/ganesha /export
# chown -R nobody:nogroup /var/run/ganesha /var/lib/nfs/ganesha /etc/ganesha /export
# Start Ganesha with debugging enabled
exec /usr/bin/ganesha.nfsd -F -L /dev/stdout -f /etc/ganesha/ganesha.conf -N NIV_EVENT

0 comments on commit c202a3f

Please sign in to comment.