4665.6.1
by John Ferlito
Add a debian init script for bzr --serve |
1 |
# Specify startup options for bzr --serve |
2 |
||
4665.7.3
by John Ferlito
Listen on localhost by default and add a Warning |
3 |
# WARNING |
4 |
# When bazaar runs in serve mode there is no authentication. You will |
|
5 |
# be publishing your tree as readable or potentially writeable to everyone |
|
6 |
||
4665.7.2
by John Ferlito
init.d scrip for bzr --serve shouldn't run by default |
7 |
# You need to uncomment the line below to enable this service |
8 |
#ENABLED=1 |
|
4665.6.1
by John Ferlito
Add a debian init script for bzr --serve |
9 |
|
10 |
# Specify a user and group to run as |
|
11 |
#USER=bzr |
|
12 |
#GROUP=bzr |
|
13 |
||
14 |
# Specify the path to the repository |
|
15 |
#REPO=/srv/bzr |
|
16 |
||
17 |
# Other arguments |
|
18 |
# Add --allow-writes for RW access |
|
6475.2.3
by Ross Lagerwall
Update docs & contrib to use new --listen & --port options to bzr serve. |
19 |
# Example config listens on localhost and default port |
20 |
DAEMON_ARGS="--listen=127.0.0.1" |