Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > b76c35463c1f8c7695c30100451dc92e > files > 2511

bzr-2.7.0-1.3.mga6.x86_64.rpm

# Specify startup options for bzr --serve

# WARNING
# When bazaar runs in serve mode there is no authentication. You will
# be publishing your tree as readable or potentially writeable to everyone

# You need to uncomment the line below to enable this service
#ENABLED=1

# Specify a user and group to run as
#USER=bzr
#GROUP=bzr

# Specify the path to the repository
#REPO=/srv/bzr

# Other arguments
# Add --allow-writes for RW access
# Example config listens on localhost and default port
DAEMON_ARGS="--listen=127.0.0.1"