diff options
| -rwxr-xr-x | xlators/features/marker/utils/gsyncd.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/gsyncd.in b/xlators/features/marker/utils/gsyncd.in index 7703c7b5905..c34fea1a198 100755 --- a/xlators/features/marker/utils/gsyncd.in +++ b/xlators/features/marker/utils/gsyncd.in @@ -4,4 +4,4 @@ prefix="@prefix@"  exec_prefix="@exec_prefix@"  libexecdir=`eval echo "@libexecdir@"` -PYTHONPATH="$libexecdir"/glusterfs/python exec @PYTHON@ -c "from syncdaemon import gsyncd; gsyncd.main()" -c @sysconfdir@/glusterfs/gsyncd.conf "$@" +exec @PYTHON@ "$libexecdir"/glusterfs/python/syncdaemon/gsyncd.py "$@"  | 
