1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Specify startup options for bzr --serve
# 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
DAEMON_ARGS="--port=0.0.0.0:4155"
|