summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/utils/gsyncd.in
blob: 7703c7b590576d3155aa63174623c21405cca93a (plain)
1
2
3
4
5
6
7
#!/bin/sh

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